nebula/monitoring/variables.tf

20 lines
320 B
HCL

variable "gf-security-admin-password" {
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"
}