tf/modules/swarm/grafana/variables.tf

5 lines
106 B
HCL

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