tf/modules/swarm/hedgedoc/variables.tf

5 lines
107 B
HCL

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