Skip to content

Commit 16ca449

Browse files
wip
1 parent 3ddfc4c commit 16ca449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/modules/container-apps/postgres.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module "postgres" {
2020

2121
backup_retention_days = var.postgres_backup_retention_days
2222
geo_redundant_backup_enabled = var.postgres_geo_redundant_backup_enabled
23-
postgresql_admin_object_id = data.azuread_group.postgres_sql_admin_group.object_id
23+
postgresql_admin_object_id = "" #data.azuread_group.postgres_sql_admin_group.object_id
2424
postgresql_admin_principal_name = var.postgres_sql_admin_group
2525
postgresql_admin_principal_type = "Group"
2626
administrator_login = local.database_user

0 commit comments

Comments
 (0)