Skip to content

Commit a94658f

Browse files
committed
fix again
1 parent e90520a commit a94658f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infrastructure/terraform/modules/eventsub/sns_topic_policy.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ data "aws_iam_policy_document" "sns_topic_policy" {
2929
]
3030

3131
resources = [
32-
aws_sns_topic.main.arn,
32+
aws_sns_topic.sns_topic_event_bus.arn,
3333
]
3434

3535
condition {
@@ -57,7 +57,7 @@ data "aws_iam_policy_document" "sns_topic_policy" {
5757
}
5858

5959
resources = [
60-
sns_topic_event_bus.arn,
60+
aws_sns_topic.sns_topic_event_bus.arn,
6161
]
6262
}
6363
}

0 commit comments

Comments
 (0)