mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
13 lines
201 B
HCL
13 lines
201 B
HCL
variable "region" {
|
|
type = string
|
|
default = "eu-west-2"
|
|
}
|
|
|
|
variable "stage" {
|
|
type = string
|
|
}
|
|
|
|
variable "image_digest" {
|
|
type = string
|
|
description = "sha256 image digest from CI"
|
|
}
|