mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
forgot to add variables
This commit is contained in:
parent
9b631c1b8b
commit
7a7de42a0b
2 changed files with 5 additions and 1 deletions
2
.github/workflows/deploy_terraform.yml
vendored
2
.github/workflows/deploy_terraform.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
variable "name" {
|
||||
description = "IAM role name for the Lambda execution role"
|
||||
type = string
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue