deployments/stun_server/variables.tf

10 lines
193 B
HCL

variable "domain_name" {
description = "The base domain name"
type = string
}
variable "image_tag" {
description = "Version of the Stun server to deploy"
type = string
}