Created
September 24, 2019 09:09
-
-
Save unfor19/ae3711baeb8b41a1c9d3738adbe3ec29 to your computer and use it in GitHub Desktop.
for loop pseudo-code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for availability_zone in local.availability_zones: | |
"${lookup(var.cidr_ab, var.environment)}.${local.cidr_c_private_subnets + index_of_availability_zone}.0/24" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment