We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd6666 commit 3134192Copy full SHA for 3134192
modules/adb-exfiltration-protection/firewall.tf
@@ -59,7 +59,7 @@ resource "azurerm_firewall_network_rule_collection" "adbfnetwork" {
59
]
60
61
destination_ports = [
62
- "443", "8443–8451",
+ "443", "8443-8451",
63
64
65
destination_addresses = var.webapp_ips
0 commit comments