Model/infrastructure/terraform/lambda/_template/variables.tf
2026-02-03 14:23:20 +00:00

9 lines
218 B
HCL

variable "lambda_name" {
type = string
description = "Logical name of the lambda (e.g. address2uprn)"
}
variable "image_uri" {
type = string
description = "Full ECR image URI including digest"
}