We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e40f6 commit 2c16f82Copy full SHA for 2c16f82
1 file changed
infrastructure/terraform/components/api/sns_topic_subscription_amendments_queue.tf
@@ -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