We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vpc_cni_custom_subnet
terraform-aws-eks/main.tf
Line 70 in 2b7847e
It is possible to supply unordered AZs, that will get zipmaped to subnets in different AZs.
zipmap
The text was updated successfully, but these errors were encountered:
Something like:
azs = [ for id in data.aws_subnets.vpc_intra_subnets.ids : data.aws_subnet.intra_subnet_info[id].availability_zone ]
works (thanks @mcamick) for now
Sorry, something went wrong.
willswire
Successfully merging a pull request may close this issue.
terraform-aws-eks/main.tf
Line 70 in 2b7847e
It is possible to supply unordered AZs, that will get
zipmap
ed to subnets in different AZs.The text was updated successfully, but these errors were encountered: