Skip to content

Commit 20df1c4

Browse files
authored
Fix wrong DNS zone link in the adb-with-private-link-standard module (#104)
The web auth private endpoint was linked to the wrong private DNS zone
1 parent efe9511 commit 20df1c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/adb-with-private-link-standard/endpoint_webauth.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resource "azurerm_private_endpoint" "transit_auth" {
1313

1414
private_dns_zone_group {
1515
name = "private-dns-zone-auth"
16-
private_dns_zone_ids = [azurerm_private_dns_zone.dnsdpcp.id]
16+
private_dns_zone_ids = [azurerm_private_dns_zone.dns_auth_front.id]
1717
}
1818
}
1919

@@ -41,4 +41,4 @@ resource "azurerm_databricks_workspace" "transit_workspace" {
4141
azurerm_subnet_network_security_group_association.transit_public,
4242
azurerm_subnet_network_security_group_association.transit_private
4343
]
44-
}
44+
}

0 commit comments

Comments
 (0)