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