We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e90520a commit a94658fCopy full SHA for a94658f
1 file changed
infrastructure/terraform/modules/eventsub/sns_topic_policy.tf
@@ -29,7 +29,7 @@ data "aws_iam_policy_document" "sns_topic_policy" {
29
]
30
31
resources = [
32
- aws_sns_topic.main.arn,
+ aws_sns_topic.sns_topic_event_bus.arn,
33
34
35
condition {
@@ -57,7 +57,7 @@ data "aws_iam_policy_document" "sns_topic_policy" {
57
}
58
59
60
- sns_topic_event_bus.arn,
61
62
63
0 commit comments