11 lines
No EOL
223 B
HCL
11 lines
No EOL
223 B
HCL
# Grafana contact point
|
|
variable "gchat-url" {
|
|
description = "gchat-webhook url"
|
|
type = string
|
|
sensitive = true
|
|
}
|
|
|
|
variable "contact-point-name" {
|
|
description = "gchat-contact-point-name"
|
|
type = string
|
|
} |