Skip to content

Commit 91cc36b

Browse files
committed
fix iam part 3
1 parent 24407c0 commit 91cc36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudformation/iam.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Resources:
4343
Effect: Allow
4444
Resource:
4545
- Fn::Sub: arn:aws:secretsmanager:${AWS::Region}:${AWS::AccountId}:secret:infra-core-api-config*
46+
- Fn::Sub: arn:aws:secretsmanager:${AWS::Region}:427040638965:secret:infra-core-api-testing-credentials* # this secret only exists in awsdev account
4647

4748
- Action:
4849
- dynamodb:DescribeLimits
@@ -199,7 +200,6 @@ Resources:
199200
Resource:
200201
- Fn::Sub: arn:aws:secretsmanager:${AWS::Region}:${AWS::AccountId}:secret:infra-core-api-entra*
201202
- Fn::Sub: arn:aws:secretsmanager:${AWS::Region}:${AWS::AccountId}:secret:infra-core-api-ro-entra*
202-
- Fn::Sub: arn:aws:secretsmanager:${AWS::Region}:427040638965:secret:infra-core-api-testing-credentials* # this secret only exists in awsdev account
203203

204204
# SQS Lambda IAM Role
205205
SqsLambdaIAMRole:

0 commit comments

Comments
 (0)