tf/modules/swarm/jitsi/variables.tf

5 lines
104 B
Terraform
Raw Normal View History

variable "secrets" {
description = "map of secrets to be used by jitsi"
type = map(string)
2024-01-25 19:25:52 +01:00
}