We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ddfc4c commit 16ca449Copy full SHA for 16ca449
infrastructure/modules/container-apps/postgres.tf
@@ -20,7 +20,7 @@ module "postgres" {
20
21
backup_retention_days = var.postgres_backup_retention_days
22
geo_redundant_backup_enabled = var.postgres_geo_redundant_backup_enabled
23
- postgresql_admin_object_id = data.azuread_group.postgres_sql_admin_group.object_id
+ postgresql_admin_object_id = "" #data.azuread_group.postgres_sql_admin_group.object_id
24
postgresql_admin_principal_name = var.postgres_sql_admin_group
25
postgresql_admin_principal_type = "Group"
26
administrator_login = local.database_user
0 commit comments