We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20e2e1 commit 46e6406Copy full SHA for 46e6406
1 file changed
infrastructure/terraform/components/api/module_lambda_update_letter_queue.tf
@@ -1,7 +1,7 @@
1
module "update_letter_queue" {
2
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.29/terraform-lambda.zip"
3
4
- function_name = "update-letter-queue"
+ function_name = "update_letter_queue"
5
description = "Populates the letter queue table with new pending letters from the letter change stream"
6
7
aws_account_id = var.aws_account_id
0 commit comments