4 lines
103 B
Terraform
4 lines
103 B
Terraform
|
variable "secrets" {
|
||
|
description = "map of secrets to be used by jitsi"
|
||
|
type = map(string)
|
||
|
}
|