8 lines
246 B
HCL
8 lines
246 B
HCL
output "contact_name" {
|
|
value = grafana_contact_point.this.name
|
|
description = "UID of the created contact point"
|
|
}
|
|
output "contact_id" {
|
|
value = grafana_contact_point.this.id
|
|
description = "UID of the created contact point"
|
|
}
|