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 1a3d161 commit 9548328Copy full SHA for 9548328
infrastructure/modules/postgresql-flexible/main.tf
@@ -16,7 +16,7 @@ resource "azurerm_postgresql_flexible_server" "postgresql_flexible_server" {
16
17
authentication {
18
active_directory_auth_enabled = true
19
- password_auth_enabled = false
+ password_auth_enabled = true
20
tenant_id = var.tenant_id
21
}
22
0 commit comments