2017-11-23 16:45:56 +01:00

12 lines
263 B
HCL

output "status_monitor_id" {
value = "${datadog_monitor.eventhub_failed_requests.id}"
}
output "failed_requests_monitor_id" {
value = "${datadog_monitor.eventhub_status.id}"
}
output "errors_monitor_id" {
value = "${datadog_monitor.eventhub_errors.id}"
}