Last active
September 24, 2019 08:59
-
-
Save unfor19/e0fd124ced5f95e4ffcb939ecd6b3848 to your computer and use it in GitHub Desktop.
Set cidr_ab per environment
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
variable "cidr_ab" { | |
type = map | |
default = { | |
development = "172.22" | |
qa = "172.24" | |
staging = "172.26" | |
production = "172.28" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment