Skip to content

Commit

Permalink
Update modules/database/main.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Amy Brown <[email protected]>
  • Loading branch information
jkerry and amy-hashi authored May 30, 2024
1 parent c469454 commit 6c4b394
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 @@ -32,7 +32,7 @@ resource "google_sql_database_instance" "tfe" {
resource "random_string" "postgres_password" {
length = 20
special = true
override_special = "!#$%&*()-_=+[]{}<>:?"
override_special = "!#$%&*()-_=+[]{}<>?"
}

resource "google_sql_database" "tfe" {
Expand Down

0 comments on commit 6c4b394

Please sign in to comment.