-
-
Notifications
You must be signed in to change notification settings - Fork 166
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
Use compact AZ codes in tags #100
Conversation
/test all |
/test all |
/test all |
@@ -22,4 +22,14 @@ data "aws_eip" "nat_ips" { | |||
|
|||
locals { | |||
use_existing_eips = length(var.existing_nat_ips) > 0 | |||
map_map = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like this map_map
will be included in all modules.
Maybe we should move it to terraform-aws-utils
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
map_map
is not my first choice, but whatevs. ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, see comments
what
context.tf
andnull-label
to v0.19.2why
references
Cloud Posse's AWS AZ short codes