nebula/monitoring/variables.tf

24 lines
366 B
HCL

variable "gf-security-admin-password" {
type = "string"
}
# variable "email" {
# type = "string"
# }
variable "domain" {
type = "string"
}
variable "alert-slack-username" {
default = "Prometheus"
}
variable "alert-slack-channel" {
default = "#notifications"
}
variable "alert-slack-incoming-webhook" {
default = "https://hooks.slack.com/whatever"
}