Skip to content

Commit

Permalink
INFRA-3640 :: Fix - Adjust permission (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
poka-sdegrace authored Sep 11, 2024
1 parent a65586f commit 9f46050
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion exporter/cloudformation/cross-region-exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ Resources:
Action:
- cloudformation:CreateStack
- cloudformation:UpdateStack
Resource: !Sub "arn:aws:cloudformation:${AWS::Region}:${AWS::AccountId}:stack/${AWS::StackName}-ImportsReplication/*"
Resource:
- !Sub "arn:aws:cloudformation:${AWS::Region}:${AWS::AccountId}:stack/${AWS::StackName}-ImportsReplication/*"
- !Sub "arn:aws:cloudformation:${AWS::Region}:${AWS::AccountId}:stack/${AWS::StackName}-ImportsReplication-Chunk*-*/*"
- PolicyName: PutAndDeleteSsmParameter
PolicyDocument:
Version: "2012-10-17"
Expand Down

0 comments on commit 9f46050

Please sign in to comment.