Skip to content

Commit 3134192

Browse files
authored
Fix hyphen in adb-exfiltration-protection module (#145)
* Fix adb-lakehouse example: access_connector_id reference in adb-lakehouse-data-assets * Fix hyphen instead of dash
1 parent 8fd6666 commit 3134192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/adb-exfiltration-protection/firewall.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ resource "azurerm_firewall_network_rule_collection" "adbfnetwork" {
5959
]
6060

6161
destination_ports = [
62-
"443", "84438451",
62+
"443", "8443-8451",
6363
]
6464

6565
destination_addresses = var.webapp_ips

0 commit comments

Comments
 (0)