Skip to content

Commit

Permalink
Azure fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin committed Aug 27, 2019
1 parent 8954aca commit 4c845fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ resource "azurerm_network_security_group" "l4d2sg" {
access = "Allow"
protocol = "Udp"
source_port_range = "*"
destination_port_range = "27020"
destination_port_range = "${var.l4d2_port}"
source_address_prefix = "*"
destination_address_prefix = "*"
}
Expand Down

0 comments on commit 4c845fd

Please sign in to comment.