File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -351,8 +351,11 @@ func tryGettingCoderProviderStacktrace(sess *provisionersdk.Session) string {
351
351
return string (stacktraces )
352
352
}
353
353
354
- // gitAuthAccessTokenEnvironmentVariable was copied from provider.GitAuthAccessTokenEnvironmentVariable
355
- // in v1.0.4 of github.com/coder/terraform-provider-coder/provider when we upgraded to v2.
354
+ // gitAuthAccessTokenEnvironmentVariable is copied from
355
+ // github.com/coder/terraform-provider-coder/[email protected] .
356
+ // While removed in v2 of the provider, we keep this to support customers using older templates that
357
+ // depend on this environment variable. Once we are certain that no customers are still using v1 of
358
+ // the provider, we can remove this function.
356
359
func gitAuthAccessTokenEnvironmentVariable (id string ) string {
357
360
return fmt .Sprintf ("CODER_GIT_AUTH_ACCESS_TOKEN_%s" , id )
358
361
}
You can’t perform that action at this time.
0 commit comments