nebula/monitoring/variables.tf

42 lines
641 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"
}
2018-02-04 10:36:20 +00:00
variable "transmission" {
type = "string"
}
2018-02-09 20:56:31 +00:00
variable "links-traefik" {
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"
}
2018-02-04 10:36:20 +00:00
variable "basic_auth" {
default = "tatooine:$2y$05$iPbatint3Gulbs6kUtyALO9Yq5sBJ..aiF82bcIziH4ytz9nFoPr6"
}
variable "traefik-labels" {
type = "map"
}
2018-02-09 20:56:31 +00:00
variable "ips" {
type = "map"
}
variable "traefik-network-id" {}