Skip to content

Commit

Permalink
[DOC] Fix private DNS zone resource name in ADB PL Simplified guide
Browse files Browse the repository at this point in the history
  • Loading branch information
alexott committed Jun 11, 2024
1 parent 2273466 commit 21970cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/azure-private-link-workspace-simplified.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ resource "azurerm_private_endpoint" "auth" {
private_dns_zone_group {
name = "private-dns-zone-auth"
private_dns_zone_ids = [azurerm_private_dns_zone.dnsdpcp.id]
private_dns_zone_ids = [azurerm_private_dns_zone.dnsuiapi.id]
}
}
```
Expand Down

0 comments on commit 21970cc

Please sign in to comment.