mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
rename func
This commit is contained in:
@@ -405,7 +405,7 @@ func (b *Backend) configure(ctx context.Context) error {
|
||||
if securityToken != "" {
|
||||
options = append(options, oss.SecurityToken(securityToken))
|
||||
}
|
||||
options = append(options, oss.UserAgent(httpclient.TerraformUserAgent(TerraformVersion)))
|
||||
options = append(options, oss.UserAgent(httpclient.OpenTfUserAgent(TerraformVersion)))
|
||||
|
||||
proxyUrl := getHttpProxyUrl()
|
||||
if proxyUrl != nil {
|
||||
|
||||
Reference in New Issue
Block a user