Skip to content

Commit

Permalink
Revert "Revert "enabling special characters in the postgresql passwor…
Browse files Browse the repository at this point in the history
…d generation""

This reverts commit dfacae1.
  • Loading branch information
jkerry committed May 30, 2024
1 parent dfacae1 commit 2961b20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/database/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

resource "random_string" "postgresql_password" {
length = 128
special = false
special = true
override_special = "!#$%&*()-_=+[]{}<>?"
}

resource "aws_security_group" "postgresql" {
Expand Down

0 comments on commit 2961b20

Please sign in to comment.