Skip to content

Instantly share code, notes, and snippets.

@MXWest
Created February 15, 2020 18:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save MXWest/f9de9d4456182db7da3be3fbc2383b36 to your computer and use it in GitHub Desktop.
Save MXWest/f9de9d4456182db7da3be3fbc2383b36 to your computer and use it in GitHub Desktop.
variable regions_as_objects {
type = list(object({
zone = string
region = string
}))
default = [
{
zone = "us-east1-c"
region = "us-east1"
},
{
zone = "us-west1-c"
region = "us-west1"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment