Explorar o código

more consul gossip ports

Chris Mague %!s(int64=5) %!d(string=hai) anos
pai
achega
01d4336901
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      variables.tf

+ 7 - 0
variables.tf

@@ -250,6 +250,13 @@ variable "internal-rules" {
       protocol  = "tcp"
       comment   = "Consul Traffic HTTP"
     },
+    {
+      type = "ingress"
+      from_port = "8300"
+      to_port   = "8300"
+      protocol  = "tcp"
+      comment   = "Consul Traffic Internal"
+    },
     ]
   }