mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
15 lines
316 B
HCL
15 lines
316 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"
|
|
}
|
|
|
|
variable "stage" {
|
|
description = "Deployment stage (e.g. dev, prod)"
|
|
type = string
|
|
}
|
|
|