Skip to content

Commit

Permalink
Update azure-postgresql.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
twerthi authored Jul 28, 2023
1 parent 8ff0093 commit 6d11279
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ resource "azurerm_postgresql_flexible_server" "permanent" {
tags = {
LifetimeInDays = 365
}


authentication {
active_directory_auth_enabled = true
password_auth_enabled = true
}
}

resource "azurerm_postgresql_flexible_server_firewall_rule" "all_azure_resources" {
Expand Down

0 comments on commit 6d11279

Please sign in to comment.