Skip to content

Commit 2c16f82

Browse files
committed
Add missing subscription
1 parent 52e40f6 commit 2c16f82

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
resource "aws_sns_topic_subscription" "amendments_queue" {
2+
topic_arn = module.eventsub.sns_topic_supplier.arn
3+
protocol = "sqs"
4+
endpoint = module.amendments_queue.sqs_queue_arn
5+
raw_message_delivery = false
6+
}

0 commit comments

Comments
 (0)