Skip to content

Commit 45134ae

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 fc820f6 commit 45134ae

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
@@ -122,5 +122,5 @@ module "private_endpoint" {
122122
tags = local.private_endpoint_tags
123123
private_service_connection_name = local.private_service_connection_name
124124

125-
# depends_on = [module.postgresql_server]
125+
depends_on = [module.postgresql_server]
126126
}

0 commit comments

Comments
 (0)