Created
March 9, 2020 18:07
-
-
Save ezalejski/9bc14565787e49f5fb14540d869172fd to your computer and use it in GitHub Desktop.
presentation.tf
This file contains hidden or 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 "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