add region

This commit is contained in:
Jun-te Kim 2026-02-03 14:39:42 +00:00
parent eeee5fa03e
commit 0b22adfb65
2 changed files with 10 additions and 0 deletions

View file

@ -12,3 +12,8 @@ variable "stage" {
description = "Deployment stage (e.g. dev, prod)" description = "Deployment stage (e.g. dev, prod)"
type = string type = string
} }
variable "region" {
description = "Deployment stage (e.g. dev, prod)"
type = string
}

View file

@ -12,3 +12,8 @@ variable "stage" {
description = "Deployment stage (e.g. dev, prod)" description = "Deployment stage (e.g. dev, prod)"
type = string type = string
} }
variable "region" {
description = "Deployment stage (e.g. dev, prod)"
type = string
}