mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
12 lines
No EOL
147 B
HCL
12 lines
No EOL
147 B
HCL
variable "region" {
|
|
type = string
|
|
default = "eu-west-2"
|
|
}
|
|
|
|
variable "stage" {
|
|
type = string
|
|
}
|
|
|
|
variable "image_digest" {
|
|
type = string
|
|
} |