Model/infrastructure/terraform/lambda/_template/variables.tf
2026-02-03 11:12:25 +00:00

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"
}