Skip to content

Commit b48a122

Browse files
committed
removed rule consul2consul
1 parent 66423be commit b48a122

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

main.tf

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -80,21 +80,3 @@ resource "google_compute_firewall" "allow-inbound-consul-dns" {
8080

8181
target_tags = ["consul"]
8282
}
83-
resource "google_compute_firewall" "allow-consul-2-consul" {
84-
name = "allow-consul-2-consul"
85-
description = "allow consul traffic"
86-
network = "default"
87-
88-
allow {
89-
protocol = "tcp"
90-
ports = ["8300", "8500"]
91-
}
92-
93-
allow {
94-
protocol = "udp"
95-
ports = ["8301", "8302"]
96-
}
97-
98-
source_tags = ["consul"]
99-
target_tags = ["consul"]
100-
}

0 commit comments

Comments
 (0)