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 b6e4a9c commit 24407c0Copy full SHA for 24407c0
cloudformation/iam.yml
@@ -198,8 +198,8 @@ Resources:
198
Effect: Allow
199
Resource:
200
- Fn::Sub: arn:aws:secretsmanager:${AWS::Region}:${AWS::AccountId}:secret:infra-core-api-entra*
201
- - Fn::Sub: arn:aws:secretsmanager:${AWS::Region}:${AWS::AccountId}:secret:infra-core-api-testing-credentials*
202
- Fn::Sub: arn:aws:secretsmanager:${AWS::Region}:${AWS::AccountId}:secret:infra-core-api-ro-entra*
+ - Fn::Sub: arn:aws:secretsmanager:${AWS::Region}:427040638965:secret:infra-core-api-testing-credentials* # this secret only exists in awsdev account
203
204
# SQS Lambda IAM Role
205
SqsLambdaIAMRole:
0 commit comments