deployments/stun_server/variables.tf

5 lines
103 B
HCL

variable "image_tag" {
description = "Version of the Stun server to deploy"
type = string
}