diff --git a/gcp/main.tf b/gcp/main.tf index 99b614d..109a691 100644 --- a/gcp/main.tf +++ b/gcp/main.tf @@ -38,7 +38,7 @@ resource "google_compute_firewall" "default" { allow { protocol = "udp" - ports = ["27020"] + ports = ["${var.l4d2_port}"] } source_ranges = ["0.0.0.0/0"]