-
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
provider.aws: Not a valid region: eu-west-3 #2735
Comments
related to #2707
|
Arnaud, Thank you a lot for your quick answer. Do you know when it could be available ? How can we help ? please let me know. Merci d'avance! |
Soon I hope, only the elb hosted zone id for |
Fixed by #2707 (I found the ELB ID by creating one and looking at the resulting policies). |
This has been released in terraform-provider-aws version 1.7.0. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
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! |
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
Run
terraform -v
to show the version. If you are not running the latest version of Terraform, please upgrade because your issue may have already been fixed.Terraform v0.11.1
Downloading plugin for provider "aws" (1.6.0)...
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
erraform {
backend "s3" {
bucket = "deploystate"
key = "AWS/PARIS/tfstate"
region = "eu-west-3"
}
}
.../...
Expected Behavior
What should have happened?
a new AWS region has been open in PARIS
( http://docs.aws.amazon.com/general/latest/gr/rande.html )
EU (Paris) | eu-west-3 | autoscaling.eu-west-3.amazonaws.com | HTTP and HTTPS
Actual Behavior
What actually happened?
Cannot refer to eu-west-3 region
provider.aws: Not a valid region: eu-west-3
or
Error configuring the backend "s3": Not a valid region: eu-west-3
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
The text was updated successfully, but these errors were encountered: