From 7a7de42a0b4964ef3b3eabb889db797bce8011c9 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Tue, 3 Feb 2026 13:45:10 +0000 Subject: [PATCH] forgot to add variables --- .github/workflows/deploy_terraform.yml | 2 +- .../terraform/modules/lambda_execution_role/variables.tf | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_terraform.yml b/.github/workflows/deploy_terraform.yml index d92bb696..662c4b98 100644 --- a/.github/workflows/deploy_terraform.yml +++ b/.github/workflows/deploy_terraform.yml @@ -87,7 +87,7 @@ jobs: # # ============================================================ # # 3️⃣ Deploy Lambda (Terraform, immutable digest) # # ============================================================ - deploy_address2uprn_lambda: + address2uprn_lambda: needs: [address2uprn_image, determine_stage] uses: ./.github/workflows/_deploy_lambda.yml with: diff --git a/infrastructure/terraform/modules/lambda_execution_role/variables.tf b/infrastructure/terraform/modules/lambda_execution_role/variables.tf index e69de29b..f9f512ff 100644 --- a/infrastructure/terraform/modules/lambda_execution_role/variables.tf +++ b/infrastructure/terraform/modules/lambda_execution_role/variables.tf @@ -0,0 +1,4 @@ +variable "name" { + description = "IAM role name for the Lambda execution role" + type = string +}