mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
add region
This commit is contained in:
parent
eeee5fa03e
commit
0b22adfb65
2 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||||
|
}
|
||||||
|
|
@ -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
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue