Closed mojochao closed 5 years ago
Drop the join on var.aws_subnets as the vpc_zone_identifier does the split.
subnets = var.aws_subnets
That fixed it. Everything working as expected now. Thanks!
@srikanthkodali9 you da man
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
I am trying to upgrade to use of terraform 0.12.x with terraform-aws-eks module v5.0.0, and am experiencing an error.
I'm submitting a...
What is the current behavior?
After updating terraform to latest 0.12.3 version, changed my use of the module to v5.0.0 of the terraform-aws-eks module as follows:
When I run
terraform plan
I see the following error:If this is a bug, how to reproduce? Please include a code sample if relevant.
Create an instance of the terraform-aws-eks module v5.0.0 as shown above and run
terraform plan
on it.What's the expected behavior?
Successful creation of the EKS cluster
Are you able to fix this problem and submit a PR? Link here if you have already.
No. Please advise.
Environment details
Any other relevant info