We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7eb78 commit 07fc53cCopy full SHA for 07fc53c
1 file changed
infrastructure/terraform/components/api/sns_topic_subscription_amendments_queue.tf
@@ -1,4 +1,4 @@
1
-resource "aws_sns_topic_subscription" "allocation_lambda" {
+resource "aws_sns_topic_subscription" "allocation_lambda_supplier" {
2
topic_arn = module.eventsub.sns_topic_event_bus.arn
3
protocol = "lambda"
4
endpoint = module.allocation_lambda.function_arn
0 commit comments