tf/modules/swarm/jitsi/variables.tf

4 lines
103 B
Terraform
Raw Normal View History

variable "secrets" {
description = "map of secrets to be used by jitsi"
type = map(string)
}