nebula/monitoring/variables.tf

20 lines
320 B
Terraform
Raw Normal View History

variable "gf-security-admin-password" {
type = "string"
}
2018-01-06 09:09:49 +00:00
variable "domain" {
type = "string"
}
variable "alert-slack-username" {
default = "Prometheus"
}
2018-01-06 09:09:49 +00:00
variable "alert-slack-channel" {
default = "#notifications"
}
2018-01-06 09:09:49 +00:00
variable "alert-slack-incoming-webhook" {
default = "https://hooks.slack.com/whatever"
}