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

Terraform Does Not Support Custom Regions #8783

Closed
vrenjith opened this issue Sep 12, 2016 · 4 comments
Closed

Terraform Does Not Support Custom Regions #8783

vrenjith opened this issue Sep 12, 2016 · 4 comments

Comments

@vrenjith
Copy link
Contributor

Terraform version 0.7

Terraform has hard-coded regions for AWS while we use terraform for provisioning clusters in an EC2 compliant on premise cloud solution. This forces us to use only those regions which are recognized by terraform (in our case us-east-1 and phl-1). Is there any workaround?

@kwilczynski
Copy link
Contributor

@vrenjith hi there! Sorry that you are having a problem!

At the moment the code vide verify whether you have a correct AWS region set either in your environment or via other means. This means that anything which is not supported by AWS at the moment would cause a failure, and to my knowledge there is no way to workaround this at present.

I believe, we would have to add an extra option allowing for Terraform invocation bypassing region check, or change the check completely to pass anything as-is. Not sure which approach would be more desirable for the core maintainers.

To add, any compliant and/or AWS alike should support AWS official SDK, otherwise when you open an issue containing a genuine problem, it might be difficult for us to troubleshoot and possible fix it, keep this in mind. We would do our at most best to help, but sometimes it is not easy to work against a third-party.

@apparentlymart
Copy link
Contributor

Hi @vrenjith! Thanks for this request.

I think this might be a different way of asking the same question posed in #6535. What do you think? If so, I'd like to close this issue and consolidate the discussion there.

@vrenjith
Copy link
Contributor Author

That's right, we track track this under #6535 and close this one.

@ghost
Copy link

ghost commented Apr 22, 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 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 ghost locked and limited conversation to collaborators Apr 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants