Skip to content

Commit 9548328

Browse files
authored
allow password auth as well as entra (#80)
1 parent 1a3d161 commit 9548328

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/modules/postgresql-flexible

1 file changed

+1
-1
lines changed

infrastructure/modules/postgresql-flexible/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ resource "azurerm_postgresql_flexible_server" "postgresql_flexible_server" {
1616

1717
authentication {
1818
active_directory_auth_enabled = true
19-
password_auth_enabled = false
19+
password_auth_enabled = true
2020
tenant_id = var.tenant_id
2121
}
2222

0 commit comments

Comments
 (0)