From eeee5fa03e5420b0f5ca7daa959e64ea04d5a351 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Tue, 3 Feb 2026 14:31:16 +0000 Subject: [PATCH] add stage --- infrastructure/terraform/lambda/_template/variables.tf | 5 +++++ infrastructure/terraform/lambda/address2UPRN/variables.tf | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/infrastructure/terraform/lambda/_template/variables.tf b/infrastructure/terraform/lambda/_template/variables.tf index 7ba0bedb..5876cf3a 100644 --- a/infrastructure/terraform/lambda/_template/variables.tf +++ b/infrastructure/terraform/lambda/_template/variables.tf @@ -7,3 +7,8 @@ variable "image_uri" { type = string description = "Full ECR image URI including digest" } + +variable "stage" { + description = "Deployment stage (e.g. dev, prod)" + type = string +} \ No newline at end of file diff --git a/infrastructure/terraform/lambda/address2UPRN/variables.tf b/infrastructure/terraform/lambda/address2UPRN/variables.tf index 7ba0bedb..5876cf3a 100644 --- a/infrastructure/terraform/lambda/address2UPRN/variables.tf +++ b/infrastructure/terraform/lambda/address2UPRN/variables.tf @@ -7,3 +7,8 @@ variable "image_uri" { type = string description = "Full ECR image URI including digest" } + +variable "stage" { + description = "Deployment stage (e.g. dev, prod)" + type = string +} \ No newline at end of file