deployments/stun_server/variables.tf

15 lines
294 B
HCL

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