deployments/private_demo/variables.tf

5 lines
94 B
HCL

variable "image_tag" {
description = "Image tag for the conatiner"
type = string
}