Skip to content
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

Closed
pbramy opened this issue Dec 21, 2017 · 6 comments
Closed

provider.aws: Not a valid region: eu-west-3 #2735

pbramy opened this issue Dec 21, 2017 · 6 comments
Milestone

Comments

@pbramy
Copy link

pbramy commented Dec 21, 2017

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

  • provider.aws v1.0.0
  • provider.null v1.0.0
  • provider.template v1.0.0

Downloading plugin for provider "aws" (1.6.0)...

Affected Resource(s)

Please list the resources as a list, for example:

  • All resources affected

Terraform Configuration Files

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.

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:

  1. terraform apply
@VEBERArnaud
Copy link
Contributor

VEBERArnaud commented Dec 21, 2017

related to #2707

eu-west-3 management with terraform is almost there, but we are still waiting for information from aws doc

@pbramy
Copy link
Author

pbramy commented Dec 21, 2017

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!

@VEBERArnaud
Copy link
Contributor

Soon I hope, only the elb hosted zone id for eu-west-3 is missing.
But I don't have any informations on aws documentation update.

@jen20
Copy link
Contributor

jen20 commented Dec 21, 2017

Fixed by #2707 (I found the ELB ID by creating one and looking at the resulting policies).

@jen20 jen20 closed this as completed Dec 21, 2017
@bflad
Copy link
Member

bflad commented Jan 12, 2018

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.

@bflad bflad added this to the v1.7.0 milestone Jan 12, 2018
@ghost
Copy link

ghost commented Apr 8, 2020

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!

@hashicorp hashicorp locked and limited conversation to collaborators Apr 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants