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

@ -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
}

View file

@ -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
}