-
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
Invalid AWS Region: ap-southeast-3 #22252
Comments
@jbg Thanks for raising this issue. provider "aws" {
region = "ap-southeast-3"
skip_region_validation = true
} |
Thanks for the workaround. Unfortunately it doesn't work if the tf config includes any |
The upcoming v3.70.0 Terraform AWS Provider release will use AWS SDK v1.42.23 (#22203) which adds |
@ewbankkit I still can't use
here is my code
I also have tried removing It is works fine without any |
You probably need to enable the region (as with all new AWS regions). Note that if you run Terraform in a separate AWS account from your resources, you need to enable the region in both accounts. |
I have enabled the region in my account, all works fine without |
We also use |
Since |
you may still get same error on terraform s3, add skip region check resolved this } Terraform v1.1.4 |
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. |
Community Note
Terraform CLI and Terraform AWS Provider Version
Terraform v1.1.0
on linux_arm64
provider registry.terraform.io/hashicorp/aws v3.69.0
Affected Resource(s)
aws_*
Terraform Configuration Files
Expected Behavior
The provider initialises correctly.
Actual Behavior
Steps to Reproduce
terraform apply
References
https://aws.amazon.com/blogs/aws/now-open-aws-asia-pacific-jakarta-region/
The text was updated successfully, but these errors were encountered: