tf/modules/swarm/hedgedoc/variables.tf

5 lines
107 B
Terraform
Raw Normal View History

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