forgot to add variables

This commit is contained in:
Jun-te Kim 2026-02-03 13:45:10 +00:00
parent 9b631c1b8b
commit 7a7de42a0b
2 changed files with 5 additions and 1 deletions

View file

@ -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:

View file

@ -0,0 +1,4 @@
variable "name" {
description = "IAM role name for the Lambda execution role"
type = string
}