Skip to content

Commit

Permalink
tabs vs spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSuarez committed Dec 17, 2024
1 parent 816af01 commit 8adb5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmv1/third_party/terraform/transport/config.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ func (c *Config) LoadAndValidate(ctx context.Context) error {
cleanCtx := context.WithValue(ctx, oauth2.HTTPClient, cleanhttp.DefaultClient())
clientOptions := []option.ClientOption{option.WithTokenSource(tokenSource)}

// The client libraries allow setting the GOOGLE_CLOUD_QUOTA_PROJECT environment variable
// The client libraries allow setting the GOOGLE_CLOUD_QUOTA_PROJECT environment variable
// directly, which unintentionally takes precedence over provider settings. Ensure that
// provider settings take precedence by applying to the client library's client directly
// b/360405077#comment8 - go/tpg-issue/17882
Expand Down

0 comments on commit 8adb5bd

Please sign in to comment.