We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4b8df commit 3ea0319Copy full SHA for 3ea0319
template.yaml
@@ -686,7 +686,7 @@ Resources:
686
- Effect: Allow
687
Action:
688
- secretsmanager:GetSecretValue
689
- Resource: !Sub arn:${AWS::Partition}:secretsmanager:${AWS::Region}:${AWS::AccountId}:secret:${ResourcePrefixParameter}-cd2-db-user-${EnvironmentParameter}-canvas
+ Resource: !Sub arn:${AWS::Partition}:secretsmanager:${AWS::Region}:${AWS::AccountId}:secret:${ResourcePrefixParameter}-cd2-db-user-${EnvironmentParameter}-canvas*
690
691
692
- logs:CreateLogGroup
0 commit comments