Skip to content

Commit 0ad4f3b

Browse files
committed
CCM-14961: Allow cross domain bus to put event on DL bus
1 parent 5456f24 commit 0ad4f3b

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
@@ -33,6 +33,11 @@ data "aws_iam_policy_document" "main_event_bus_document" {
3333
sid = "AllowCrossDomainEventBridgeToPutEvent"
3434
effect = "Allow"
3535

36+
principals {
37+
type = "Service"
38+
identifiers = ["events.amazonaws.com"]
39+
}
40+
3641
actions = [
3742
"events:PutEvents",
3843
]

0 commit comments

Comments
 (0)