You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By using the latest version 1.232.0 even if http_proxy, https_proxy and no_proxy workspace variables are set, the provider does not use them to call alicloud endpoints
Terraform plan failed with the error Error: refresh Ram Role Arn credential failed. Error: Post "https://sts.aliyuncs.com?AccessKeyId=xxxxx": read tcp xx.xx.xx.xx:45612->47.74.138.70:443: read: connection reset by peer
The proxy variables are not used to call the https://sts.aliyuncs.com endpoint with the 1.232.0 version
Expected Behavior
Plan succeeds with refreshing the RAM Role ARN credential by using the proxy
By using the latest version 1.232.0 even if http_proxy, https_proxy and no_proxy workspace variables are set, the provider does not use them to call alicloud endpoints
Terraform Version
Terraform 1.8.0
Terraform Configuration Files
Actual Behavior
Terraform plan failed with the error
Error: refresh Ram Role Arn credential failed. Error: Post "https://sts.aliyuncs.com?AccessKeyId=xxxxx": read tcp xx.xx.xx.xx:45612->47.74.138.70:443: read: connection reset by peer
The proxy variables are not used to call the https://sts.aliyuncs.com endpoint with the 1.232.0 version
Expected Behavior
Plan succeeds with refreshing the RAM Role ARN credential by using the proxy
Workaround
Do not use the version 1.232.0
The text was updated successfully, but these errors were encountered: