mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
17 lines
No EOL
276 B
HCL
17 lines
No EOL
276 B
HCL
variable "region" {
|
|
type = string
|
|
default = "eu-west-2"
|
|
}
|
|
|
|
variable "stage" {
|
|
type = string
|
|
}
|
|
|
|
variable "image_digest" {
|
|
type = string
|
|
}
|
|
|
|
variable "state_bucket_name" {
|
|
type = string
|
|
description = "S3 bucket name used for this lambda's Terraform state"
|
|
} |