Skip to content

Commit

Permalink
let CFN exec role subscribe to CFN CR topic
Browse files Browse the repository at this point in the history
  • Loading branch information
tmclaugh committed Oct 26, 2024
1 parent b3c20c4 commit bb70eb1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion stacksets/cfn-custom-resource-build/stackset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ Resources:
- Sid: AllowCloudFormation
Effect: Allow
Principal: "*"
Action: sns:Publish
Action:
- sns:Publish
- sns:Subscribe
- sns:Unsubscribe
Resource: !Ref CustomResourceTopic
Condition:
StringEquals:
Expand Down

0 comments on commit bb70eb1

Please sign in to comment.