Skip to content

Instantly share code, notes, and snippets.

@unfor19
Last active September 24, 2019 08:59
Show Gist options
  • Save unfor19/e0fd124ced5f95e4ffcb939ecd6b3848 to your computer and use it in GitHub Desktop.
Save unfor19/e0fd124ced5f95e4ffcb939ecd6b3848 to your computer and use it in GitHub Desktop.
Set cidr_ab per environment
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