From 9a9b0660840e6bb0cf32db53d842e3a9fc19e36f Mon Sep 17 00:00:00 2001 From: DiegoVictor Date: Sat, 15 Jun 2024 13:57:56 -0300 Subject: [PATCH] Exclude colon from password --- infrastructure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure.yml b/infrastructure.yml index edf731a..a4fba49 100644 --- a/infrastructure.yml +++ b/infrastructure.yml @@ -39,7 +39,7 @@ Resources: SecretStringTemplate: '{"username": "app_user"}' GenerateStringKey: password PasswordLength: 30 - ExcludeCharacters: '"@/\' + ExcludeCharacters: '"@/\:' DbCluster: Type: AWS::RDS::DBCluster