tf/modules/swarm/hedgedoc/variables.tf

4 lines
106 B
Terraform
Raw Normal View History

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