瀏覽代碼

more consul gossip ports

Chris Mague 5 年之前
父節點
當前提交
01d4336901
共有 1 個文件被更改,包括 7 次插入0 次删除
  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"
+    },
     ]
   }