Skip to content

Commit fd24d89

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infrastructure/terraform/components/dl/cloudwatch_event_bus.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ data "aws_iam_policy_document" "main_event_bus" {
2020
effect = "Allow"
2121

2222
principals {
23-
type = "AWS"
24-
identifiers = ["*"]
23+
type = "Service"
24+
identifiers = ["events.amazonaws.com"]
2525
}
2626

2727
actions = [

0 commit comments

Comments
 (0)