ephemeral-jamulus/variables.tf

6 lines
88 B
Terraform
Raw Normal View History

variable "do_token" {}
variable "broadcast_enabled" {
type = bool
default = false
}