4 lines
105 B
Terraform
4 lines
105 B
Terraform
|
variable "secrets" {
|
||
|
description = "map of secrets to be used by grafana"
|
||
|
type = map(string)
|
||
|
}
|