Skip to content

Commit 85c0313

Browse files
committed
terraform fix
1 parent d68b454 commit 85c0313

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/terraform/components/api/module_lambda_allocation.tf

Lines changed: 1 addition & 1 deletion
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.sqs_letter_updates.sqs_queue_url
39+
QUEUE_URL = module.amendments_queue.sqs_queue_url
4040
}
4141
}
4242

0 commit comments

Comments
 (0)