9 lines
267 B
HCL
9 lines
267 B
HCL
output "contact_name" {
|
|
value = grafana_contact_point.this.name
|
|
description = "Receiver name of the webhook contact-point."
|
|
}
|
|
|
|
output "contact_id" {
|
|
value = grafana_contact_point.this.id
|
|
description = "Internal Grafana ID of the contact-point."
|
|
}
|