Skip to content

Commit

Permalink
exclude special characters from password
Browse files Browse the repository at this point in the history
  • Loading branch information
roncitrus committed Jan 23, 2024
1 parent 790c498 commit 457927d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/environments/cdpt-chaps/secrets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ resource "aws_secretsmanager_secret" "db_password" {

resource "random_password" "password_long" {
length = 32
override_special = "@/ "
}

resource "aws_secretsmanager_secret_version" "db_password" {
Expand Down

0 comments on commit 457927d

Please sign in to comment.