Browse Source

remove duplicate rule

Chris Mague 3 năm trước cách đây
mục cha
commit
23cc31d839
1 tập tin đã thay đổi với 0 bổ sung7 xóa
  1. 0 7
      variables.tf

+ 0 - 7
variables.tf

@@ -135,13 +135,6 @@ variable "internal-rules" {
       protocol  = "tcp"
       comment   = "Cluster traffic (Internal use)"
     },
-    {
-      type      = "ingress"
-      from_port = "36379"
-      to_port   = "36380"
-      protocol  = "tcp"
-      comment   = "Cluster traffic (Internal use)"
-    },
     {
       type      = "ingress"
       from_port = "8001"