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 May 30, 2024
1 parent 59d3d4c commit a6ea6fc
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 a6ea6fc

Please sign in to comment.