From 83ce83321e814cfd9525fd283db5fdae450b0d11 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Mon, 9 Mar 2026 17:17:01 +0000 Subject: [PATCH] lower case --- infrastructure/terraform/lambda/ordnanceSurvey/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/terraform/lambda/ordnanceSurvey/main.tf b/infrastructure/terraform/lambda/ordnanceSurvey/main.tf index fb8876fa..ace03ffc 100644 --- a/infrastructure/terraform/lambda/ordnanceSurvey/main.tf +++ b/infrastructure/terraform/lambda/ordnanceSurvey/main.tf @@ -16,7 +16,7 @@ locals { module "ordnance" { source = "../../modules/lambda_with_sqs" - name = ordnanceSurvey #"address2uprn" for example + name = "ordnanceSurvey" #"address2uprn" for example stage = var.stage image_uri = local.image_uri