From 7cbb5526b143809365318ccfe26ec3873e02c885 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Tue, 3 Feb 2026 14:40:28 +0000 Subject: [PATCH] region remove --- infrastructure/terraform/lambda/_template/variables.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/infrastructure/terraform/lambda/_template/variables.tf b/infrastructure/terraform/lambda/_template/variables.tf index a82a0859..41a99950 100644 --- a/infrastructure/terraform/lambda/_template/variables.tf +++ b/infrastructure/terraform/lambda/_template/variables.tf @@ -12,8 +12,3 @@ 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