region remove

This commit is contained in:
Jun-te Kim 2026-02-03 14:40:28 +00:00
parent 0b22adfb65
commit 7cbb5526b1

View file

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