terraform-modules/grafana/alert-folder/variables.tf

6 lines
115 B
HCL

# Alert Rule Folder
variable "alert-folder" {
description = "folder name to group alerts"
type = string
}