forked from p15670423/monkey
Added port 5000 to firewall rules to allow remote connection to the island
This commit is contained in:
parent
321bbc1f9f
commit
282c3a7e5c
|
@ -4,7 +4,7 @@ resource "google_compute_firewall" "islands-in" {
|
|||
|
||||
allow {
|
||||
protocol = "tcp"
|
||||
ports = ["22", "443", "3389"]
|
||||
ports = ["22", "443", "3389", "5000"]
|
||||
}
|
||||
|
||||
direction = "INGRESS"
|
||||
|
|
Loading…
Reference in New Issue