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
Amazon Web Services (AWS) is announcing the immediate availability of the Middle East (Bahrain) Region, which is the first AWS Region in the Middle East and consists of three Availability Zones.
The region shorthand name is me-south-1. Allow S3 Backend storage in the new region without special backend configuration.
Available Workaround
terraform {
# ... potentially other configuration ...backend"s3" {
# ... other configuration ...region="me-south-1"skip_region_validation=true
}
}
Proposal
Update AWS Go SDK dependency to v1.21.7, which contains new region endpoint information.
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.
ghost
locked and limited conversation to collaborators
Aug 30, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Current Terraform Version
Use-cases
https://aws.amazon.com/about-aws/whats-new/2019/07/announcing-the-new-aws-middle-east--bahrain--region-/
The region shorthand name is
me-south-1
. Allow S3 Backend storage in the new region without special backend configuration.Available Workaround
Proposal
Update AWS Go SDK dependency to v1.21.7, which contains new region endpoint information.
References
The text was updated successfully, but these errors were encountered: