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 }