region remove again

This commit is contained in:
Jun-te Kim 2026-02-03 14:46:40 +00:00
parent 7cbb5526b1
commit 15e147e55e
2 changed files with 0 additions and 8 deletions

View file

@ -15,6 +15,3 @@ terraform {
required_version = ">= 1.2.0"
}
provider "aws" {
region = var.region
}

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
}