Skip to content

Commit a114d2a

Browse files
committed
Fix queue name
1 parent ad82353 commit a114d2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infrastructure/terraform/components/api/module_lambda_allocation.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module "allocation_lambda" {
3636
log_subscription_role_arn = local.acct.log_subscription_role_arn
3737

3838
lambda_env_vars = {
39-
QUEUE_URL = module.amendments_queue.sqs_queue_url
39+
QUEUE_URL = module.sqs_letter_updates.sqs_queue_url
4040
}
4141
}
4242

@@ -66,7 +66,7 @@ data "aws_iam_policy_document" "allocation_lambda" {
6666
]
6767

6868
resources = [
69-
module.amendments_queue.sqs_queue_arn
69+
module.sqs_letter_updates.sqs_queue_arn
7070
]
7171
}
7272
}

0 commit comments

Comments
 (0)