tf/modules/swarm/jitsi/variables.tf

5 lines
104 B
HCL

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