From 4c845fd2a5a3138d4bf15e1493f40c5918224187 Mon Sep 17 00:00:00 2001 From: Marcin Date: Tue, 27 Aug 2019 18:59:01 +0300 Subject: [PATCH] Azure fix --- azure/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/main.tf b/azure/main.tf index a47e965..b9ea2e3 100644 --- a/azure/main.tf +++ b/azure/main.tf @@ -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 = "*" }