-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Comments
@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. |
That's right, we track track this under #6535 and close this one. |
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. |
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 caseus-east-1
andphl-1
). Is there any workaround?The text was updated successfully, but these errors were encountered: