Skip to content

Commit 7658aa1

Browse files
committed
CCM-14347: Send Print config
1 parent 1e6d3bf commit 7658aa1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

infrastructure/terraform/components/dl/cloudwatch_event_bus.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ data "aws_iam_policy_document" "main_event_bus" {
1919
sid = "AllowSNSPublish"
2020
effect = "Allow"
2121

22+
principals {
23+
type = "AWS"
24+
identifiers = ["*"]
25+
}
26+
2227
actions = [
2328
"sns:Publish"
2429
]

0 commit comments

Comments
 (0)