Model/infrastructure/terraform/lambda/_template/variables.tf
2026-02-03 13:36:55 +00:00

12 lines
No EOL
147 B
HCL

variable "region" {
type = string
default = "eu-west-2"
}
variable "stage" {
type = string
}
variable "image_digest" {
type = string
}