tf/modules/swarm/wekan/variables.tf

5 lines
107 B
Terraform
Raw Permalink Normal View History

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