Skip to content

Instantly share code, notes, and snippets.

@ezalejski
Created March 9, 2020 18:07
Show Gist options
  • Select an option

  • Save ezalejski/9bc14565787e49f5fb14540d869172fd to your computer and use it in GitHub Desktop.

Select an option

Save ezalejski/9bc14565787e49f5fb14540d869172fd to your computer and use it in GitHub Desktop.
presentation.tf
variable "consul_ports" { type = list(object({
internal = number, external = number, protocol = string
}))
default = [ {
internal = 8300 external = 8300 protocol = "tcp"
} ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment