-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
Module doesn't work on eu-south-1 #1037
Comments
what version of terraform you are using as I think this is related to that, not the module code |
v0.13.4, I've also tried with v0.12.29 and got the same results |
What is your aws provider version ? It sounds like the issue you linked has been resolved in https://github.com/terraform-providers/terraform-provider-aws/releases/tag/v2.60.0 |
"Using previously-installed hashicorp/aws v3.9.0" |
It sounds like Terraform can't find the optimized AMI for your region. Can you please check if these variables are correctly setted for |
Yep, that's exactly it. Thanks a lot! |
Humm, we should find a way to ensure that the default filter always work without using "if/else" strategy. There are a lot of regions out there. Does using the AWS alias ( Or do we need to use the SSM data source to get the ami id https://docs.aws.amazon.com/eks/latest/userguide/retrieve-ami-id.html ? |
|
Great. I just opened this PR #1038 for this issue. Waiting for review. |
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. |
I have issues using the module on eu-south-1 (Milan)
I'm submitting a...
What is the current behavior?
When trying to use the module in eu-south-1, I get the following error:
"Error: Your query returned no results. Please change your search criteria and try again."
It works great with all other regions I've tried
If this is a bug, how to reproduce? Please include a code sample if relevant.
Use either example at:
terraform-aws-eks/examples/basic/
terraform-aws-eks/examples/managed_node_groups/
change region var value to eu-south-1, run 'terraform init; terraform apply' .
What's the expected behavior?
I expect the module to create the resources in eu-south-1
Are you able to fix this problem and submit a PR? Link here if you have already.
No
Environment details
Any other relevant info
This is a new region, terraform-provider-aws support as been added in May
hashicorp/terraform-provider-aws#13063
This region has to be manually enabled on AWS, I've made sure it's enabled on my account and I'm able to create resources there using aws cli
The text was updated successfully, but these errors were encountered: