ソースを参照

update secruity groups for newer versions of redisenterprise

Chris Mague 3 年 前
コミット
8d39506671
1 ファイル変更36 行追加1 行削除
  1. 36 1
      variables.tf

+ 36 - 1
variables.tf

@@ -117,7 +117,21 @@ variable "internal-rules" {
     {
       type      = "ingress"
       from_port = "3333"
-      to_port   = "3339"
+      to_port   = "3341"
+      protocol  = "tcp"
+      comment   = "Cluster traffic (Internal use)"
+    },
+    {
+      type      = "ingress"
+      from_port = "3343"
+      to_port   = "3344"
+      protocol  = "tcp"
+      comment   = "Cluster traffic (Internal use)"
+    },
+    {
+      type      = "ingress"
+      from_port = "36379"
+      to_port   = "36380"
       protocol  = "tcp"
       comment   = "Cluster traffic (Internal use)"
     },
@@ -135,6 +149,27 @@ variable "internal-rules" {
       protocol  = "tcp"
       comment   = "Traffic from application to RS Discovery Service"
     },
+    {
+      type      = "ingress"
+      from_port = "8002"
+      to_port   = "8002"
+      protocol  = "tcp"
+      comment   = "System health monitoring"
+    },
+    {
+      type      = "ingress"
+      from_port = "8004"
+      to_port   = "8004"
+      protocol  = "tcp"
+      comment   = "System health monitoring"
+    },
+    {
+      type      = "ingress"
+      from_port = "8006"
+      to_port   = "8006"
+      protocol  = "tcp"
+      comment   = "System health monitoring"
+    },
     {
       type      = "ingress"
       from_port = "8443"