Skip to content

Commit 7136217

Browse files
Update main.tf
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: payasam-raghuramakrishna-nttd <340229@nttdata.com>
1 parent 4ce376a commit 7136217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ resource "azurerm_private_dns_zone_virtual_network_link" "postgres_link" {
142142
tags = local.tags
143143
}
144144

145-
resource "azurerm_private_dns_zone_virtual_network_link" "postgres_link" {
145+
resource "azurerm_private_dns_zone_virtual_network_link" "postgres_link_vnet" {
146146
count = var.private_dns_zone_enabled ? 1 : 0
147147
name = "${module.network.vnet_name}-${var.private_dns_zone_suffix}-link"
148148
resource_group_name = module.resource_group.name

0 commit comments

Comments
 (0)