Patrick de Ruiter 553f03285a
Some checks failed
Monitors / pre_job (push) Successful in 14s
Monitors / check (push) Failing after 1m30s
Initial commit with README and module files
2025-11-01 10:43:48 +01:00

16 lines
432 B
HCL
Executable File

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