-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
S3 bucket creations fails in eu-north-1 (due to GET /?accelerate= HTTP/1.1 failure) #6853
Comments
Quite possible, since I don't get same problem with eu-west-1 for example. |
In general, we permit the Terraform AWS provider resources to skip certain "allowed" errors of missing functionality of other AWS regions/development environments (e.g. LocalStack) during reading. I have submitted #6873 to update the resource to skip that error on read, which enables eu-north-1 S3 bucket functionality. |
The update for the |
This has been released in version 1.53.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
Now it works. Big thanks to @bflad ! 👍 |
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! |
Community Note
Terraform Version
Terraform v0.11.10
plugin.terraform-provider-aws_v1.52.0_x4
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
Create S3 bucket without errors.
Actual Behavior
S3 bucket is successfully created, but apparently something that happens immediately afterwards fails.
Steps to Reproduce
terraform apply
Important Factoids
At least some other things like Lambda creation seems to work without any issues on Stockholm region.
The text was updated successfully, but these errors were encountered: