9 lines
No EOL
286 B
HCL
9 lines
No EOL
286 B
HCL
resource "grafana_contact_point" "this" {
|
|
name = var.contact-point-name
|
|
|
|
googlechat {
|
|
url = var.gchat-url
|
|
message = "{{ template \"gchat-body-template\" . }}"
|
|
title = "{{ template \"gchat-title-template\" . }}"
|
|
}
|
|
} |