Skip to content

Commit 2727f62

Browse files
stevebuxnhsd-david-wass
authored andcommitted
Fix queue terraform
1 parent e5257ab commit 2727f62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infrastructure/terraform/components/api/module_sqs_letter_updates.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ data "aws_iam_policy_document" "letter_updates_queue_policy" {
3838
condition {
3939
test = "ArnEquals"
4040
variable = "aws:SourceArn"
41-
values = [module.eventsub.eventsub_topic.arn]
41+
values = [module.eventsub.sns_topic.arn]
4242
}
4343
}
4444

@@ -65,7 +65,7 @@ data "aws_iam_policy_document" "letter_updates_queue_policy" {
6565
condition {
6666
test = "ArnEquals"
6767
variable = "aws:SourceArn"
68-
values = [module.eventsub.eventsub_topic.arn]
68+
values = [module.eventsub.sns_topic.arn]
6969
}
7070
}
7171
}

0 commit comments

Comments
 (0)