mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
region remove again
This commit is contained in:
parent
7cbb5526b1
commit
15e147e55e
2 changed files with 0 additions and 8 deletions
|
|
@ -15,6 +15,3 @@ terraform {
|
|||
required_version = ">= 1.2.0"
|
||||
}
|
||||
|
||||
provider "aws" {
|
||||
region = var.region
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue