Skip to content

Commit 46e6406

Browse files
committed
Fix resource name for lambda
1 parent b20e2e1 commit 46e6406

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/terraform/components/api/module_lambda_update_letter_queue.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module "update_letter_queue" {
22
source = "https://github.com/NHSDigital/nhs-notify-shared-modules/releases/download/v2.0.29/terraform-lambda.zip"
33

4-
function_name = "update-letter-queue"
4+
function_name = "update_letter_queue"
55
description = "Populates the letter queue table with new pending letters from the letter change stream"
66

77
aws_account_id = var.aws_account_id

0 commit comments

Comments
 (0)