Skip to content

Commit 0539218

Browse files
committed
CCM-13475: fix statement condition
1 parent e6eb58e commit 0539218

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/terraform/components/dl/modules_eventpub.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ data "aws_iam_policy_document" "sns_publish" {
5555
condition {
5656
test = "ArnEquals"
5757
variable = "aws:SourceArn"
58-
values = [module.eventpub.bus.arn]
58+
values = [aws_cloudwatch_event_bus.main.arn]
5959
}
6060
}
6161
}

0 commit comments

Comments
 (0)