terraform-modules/grafana/contact-point-gchat/variables.tf

11 lines
No EOL
241 B
HCL

# Grafana contact point
variable "google-chat-url" {
description = "google-chat-webhook url"
type = string
sensitive = true
}
variable "contact-point-name" {
description = "google-chat-contact-point-name"
type = string
}