5 lines
107 B
Terraform
5 lines
107 B
Terraform
|
variable "secrets" {
|
||
|
description = "map of secrets to be used by hedgedoc"
|
||
|
type = map(string)
|
||
|
}
|