Skip to content

Commit eaefcb0

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 450bef6 commit eaefcb0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ output "postgres_private_dns_zone_id" {
380380
virtual_network_id = module.virtual_network.id
381381
registration_enabled = false
382382
}
383-
384383
output "postgres_private_dns_zone_id" {
385384
value = length(azurerm_private_dns_zone.postgres) > 0 ? azurerm_private_dns_zone.postgres[0].id : null
386385
}

0 commit comments

Comments
 (0)