2018-08-29 18:14:01 +02:00

15 lines
446 B
HCL

output "eventhub_status_id" {
description = "id for monitor eventhub_status"
value = "${datadog_monitor.eventhub_status.*.id}"
}
output "eventhub_failed_requests_id" {
description = "id for monitor eventhub_failed_requests"
value = "${datadog_monitor.eventhub_failed_requests.*.id}"
}
output "eventhub_errors_id" {
description = "id for monitor eventhub_errors"
value = "${datadog_monitor.eventhub_errors.*.id}"
}