We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5257ab commit 2727f62Copy full SHA for 2727f62
1 file changed
infrastructure/terraform/components/api/module_sqs_letter_updates.tf
@@ -38,7 +38,7 @@ data "aws_iam_policy_document" "letter_updates_queue_policy" {
38
condition {
39
test = "ArnEquals"
40
variable = "aws:SourceArn"
41
- values = [module.eventsub.eventsub_topic.arn]
+ values = [module.eventsub.sns_topic.arn]
42
}
43
44
@@ -65,7 +65,7 @@ data "aws_iam_policy_document" "letter_updates_queue_policy" {
65
66
67
68
69
70
71
0 commit comments