Skip to content

Commit

Permalink
enhancing the database special character allow list
Browse files Browse the repository at this point in the history
  • Loading branch information
jkerry committed Jun 3, 2024
1 parent 32addd0 commit 19f0790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/database/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
resource "random_string" "tfe_pg_password" {
length = 24
special = true
override_special = "?!%&*"
override_special = "!#$%&*()-_=+[]{}<>?"
}

resource "azurerm_postgresql_flexible_server" "tfe" {
Expand Down

0 comments on commit 19f0790

Please sign in to comment.