-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't initialize backend since provider > 2.20 #9617
Comments
Just downgraded to |
@scalp42 It looks like this is caused by a bug in the AWS SDK - aws/aws-sdk-go#2727 - that has just been merged and should be released in their next version. |
The fix has just been released in AWS SDK v1.22.0. |
thanks for sharing @ewbankkit we'll watch for the next release of aws provider, cc @evandam |
I merged in #9555 earlier today, which should have the upstream AWS Go SDK fix. 🤞 This will release with version 2.23.0 of the Terraform AWS Provider in the next day or two. Please note that the Terraform S3 Backend code lives upstream in Terraform Core (https://github.com/hashicorp/terraform/tree/master/backend/remote-state/s3) so a separate GitHub issue and SDK bump will be required there. |
This has been released in version 2.23.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I opened #9999 as there are more issues but not sure if they're related. |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Not sure if related to #9428
but trying to initalize backend:
It was working fine on Terraform 0.11:
Any idea? Thanks in advance!
The text was updated successfully, but these errors were encountered: