mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
9 lines
218 B
HCL
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"
|
|
}
|