Skip to content

Commit c7ae3a4

Browse files
committed
CCM-15020: TF Fix
1 parent bdb4647 commit c7ae3a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/terraform/components/dl/sns_topic.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ resource "aws_sns_topic" "main" {
22
name = "${local.csi}-test"
33
}
44

5-
resource "aws_sns_topic_policy" "eventbridge_publish" {
5+
resource "aws_sns_topic_policy" "sns_publish" {
66
arn = aws_sns_topic.main.arn
77
policy = data.aws_iam_policy_document.sns_topic_policy_document.json
88
}

0 commit comments

Comments
 (0)