Skip to content

Commit 7f1706d

Browse files
Fix param
1 parent 8c16496 commit 7f1706d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/api/module_lambda_post_letters_receiver.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module "post_letters_receiver" {
3636
log_subscription_role_arn = local.acct.log_subscription_role_arn
3737

3838
lambda_env_vars = merge(local.common_lambda_env_vars, {
39-
QUEUE_URL = module.letter_status_updates_queue.queue_url,
39+
QUEUE_URL = module.letter_status_updates_queue.sqs_queue_url,
4040
MAX_LIMIT = var.max_get_limit
4141
})
4242
}

0 commit comments

Comments
 (0)