infra/stacks/travel-agent/variables.tf

6 lines
172 B
Terraform
Raw Normal View History

variable "image_tag" {
type = string
default = "latest"
description = "travel-agent image tag. Use 8-char git SHA in CI; :latest only for local trials."
}