Skip to content

Commit

Permalink
Move port to vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin committed Aug 27, 2019
1 parent 8e797c6 commit 8954aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 8954aca

Please sign in to comment.