-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Error: region not found for name "eu-central-2" #14
Comments
There can be a more universal solution involving the automatic generation of region maps values (like this one) where keys are outputs of the I didn't try it, but it seems to work and is more flexible. |
I was able to fix it by making I have a PR I will send soon if that works?
|
Cool. The only thing I am a bit worried about is potential inconsistency in values across regions (e.g. there is "APE1-NatGateway-Hours", but for some regions there can be weird exceptions). This means we need to have a way to override values. I am not saying that this is a problem already, but it can be an issue. |
Co-authored-by: Anton Babenko <anton@antonbabenko.com> Closes #14
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. |
Description
Tried using the module, copied the example from here. When running terraform plan I get this error
Before you submit an issue, please perform the following first:
.terraform
directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!):rm -rf .terraform/
terraform init
Versions
Module version [Required]: 2.0.0
Terraform version:
Terraform v1.1.6
Reproduction Code [Required]
Steps to reproduce the behavior:
Expected behavior
Looking to pricing_per_resources
Actual behavior
Getting an error:
region not found for name "eu-central-2"
Terminal Output Screenshot(s)
Additional context
I have submitted 2 PRs in the past for fixing this for other regions, is there a more permanent solution? I tried using
skip_region_validation = true
but doesn't seem to work...The text was updated successfully, but these errors were encountered: