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
While running our previous version, v1.5.2, we were able to initialize terraform and run plans/applies with no issues.
Actual Behavior
After upgrading to v1.6.3 we are unable to complete the initialization process. We are receiving error stating TF has exhausted all attempts to validate credentials to STS.
Steps to Reproduce
terraform init
Additional Context
We are running terraform in an isolated environment. We are using a proxy to handle/filter web calls and leveraging locally stored plugins/providers using the .terraformrc cli config file (contents below).
AWS CLI and Curls to STS tests are successful, providing the expected output. We also see the tests reflected in our proxy logs. When running TF, we aren't getting hits on the proxy for the traffic pointing to TF being the problem. It appears as if the traffic never leaves the host.
Terraform does not configure any providers during the "init" command and so I think it's the "s3" backend returning this error. Terraform v1.6 included updating that backend to use the latest AWS SDK and so it's plausible for that to have caused a regression like what you've described.
I'm going to label this so that the AWS provider team can find it, since the AWS provider team also maintains the S3 backend in this codebase.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Terraform Version
Terraform Configuration Files
Debug Output
https://gist.github.com/leonardoauribe/e493440ee36679d9fef981b4f70f0bd1
Expected Behavior
While running our previous version, v1.5.2, we were able to initialize terraform and run plans/applies with no issues.
Actual Behavior
After upgrading to v1.6.3 we are unable to complete the initialization process. We are receiving error stating TF has exhausted all attempts to validate credentials to STS.
Steps to Reproduce
Additional Context
We are running terraform in an isolated environment. We are using a proxy to handle/filter web calls and leveraging locally stored plugins/providers using the .terraformrc cli config file (contents below).
environment variable
.terraformrc
AWS CLI and Curls to STS tests are successful, providing the expected output. We also see the tests reflected in our proxy logs. When running TF, we aren't getting hits on the proxy for the traffic pointing to TF being the problem. It appears as if the traffic never leaves the host.
AWS CLI
Curl
References
No response
The text was updated successfully, but these errors were encountered: