瀏覽代碼

ensure we allow health checking

Chris Mague 3 年之前
父節點
當前提交
4081a7c84c
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      variables.tf

+ 7 - 0
variables.tf

@@ -261,6 +261,13 @@ variable "internal-rules" {
       protocol  = "udp"
       comment   = "Let UDP out to the VPC"
     },
+    {
+      type      = "ingress"
+      from_port = "8080"
+      to_port   = "8080"
+      protocol  = "tcp"
+      comment   = "Allow for host check between nodes"
+    },
   ]
 }