tf/modules/swarm/grafana/variables.tf

5 lines
106 B
Terraform
Raw Normal View History

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