浏览代码

remove duplicate rule

Chris Mague 3 年之前
父节点
当前提交
23cc31d839
共有 1 个文件被更改,包括 0 次插入7 次删除
  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"