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 +}