From 0b22adfb652cb2e2893496dc33766f529ed00df8 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Tue, 3 Feb 2026 14:39:42 +0000 Subject: [PATCH] add region --- 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 5876cf3a..a82a0859 100644 --- a/infrastructure/terraform/lambda/_template/variables.tf +++ b/infrastructure/terraform/lambda/_template/variables.tf @@ -11,4 +11,9 @@ variable "image_uri" { variable "stage" { description = "Deployment stage (e.g. dev, prod)" type = string +} + +variable "region" { + 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 5876cf3a..a82a0859 100644 --- a/infrastructure/terraform/lambda/address2UPRN/variables.tf +++ b/infrastructure/terraform/lambda/address2UPRN/variables.tf @@ -11,4 +11,9 @@ variable "image_uri" { variable "stage" { description = "Deployment stage (e.g. dev, prod)" type = string +} + +variable "region" { + description = "Deployment stage (e.g. dev, prod)" + type = string } \ No newline at end of file