Skip to content

Commit 07fc53c

Browse files
committed
Another fix
1 parent 4e7eb78 commit 07fc53c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/terraform/components/api/sns_topic_subscription_amendments_queue.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resource "aws_sns_topic_subscription" "allocation_lambda" {
1+
resource "aws_sns_topic_subscription" "allocation_lambda_supplier" {
22
topic_arn = module.eventsub.sns_topic_event_bus.arn
33
protocol = "lambda"
44
endpoint = module.allocation_lambda.function_arn

0 commit comments

Comments
 (0)