Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmoore-nc committed Dec 10, 2024
1 parent a5662e0 commit 627e90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/modules/postgresql-flexible/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ resource "azurerm_postgresql_flexible_server" "postgresql_flexible_server" {
resource "random_password" "admin_password" {
count = length(var.administrator_login) > 0 && var.password_auth_enabled ? 1 : 0

length = 20
length = 30
special = true
override_special = "!@#$%^&*()-_=+[]{}<>:?"
}
Expand Down

0 comments on commit 627e90c

Please sign in to comment.