Skip to content

Commit

Permalink
Update password generation limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoVictor committed Jul 10, 2024
1 parent b2a5d99 commit 963fd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Resources:
SecretStringTemplate: '{"username": "app_user"}'
GenerateStringKey: password
PasswordLength: 30
ExcludeCharacters: "\"'@/\\:()?`#"
ExcludeCharacters: '"@/\'

DbCluster:
Type: AWS::RDS::DBCluster
Expand Down

0 comments on commit 963fd4b

Please sign in to comment.