Skip to content

Commit bdb4647

Browse files
committed
CCM-15020: Fix SNS topic IAM policy?
1 parent edd7df0 commit bdb4647

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

infrastructure/terraform/components/dl/sns_topic.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
resource "aws_sns_topic" "main" {
22
name = "${local.csi}-test"
3+
}
34

5+
resource "aws_sns_topic_policy" "eventbridge_publish" {
6+
arn = aws_sns_topic.main.arn
47
policy = data.aws_iam_policy_document.sns_topic_policy_document.json
58
}
69

0 commit comments

Comments
 (0)