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

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\" . }}"
}
}