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
516 B
HCL
Executable File

output "eventgrid_failed_messages_id" {
description = "id for monitor eventgrid_failed_messages"
value = datadog_monitor.eventgrid_failed_messages.*.id
}
output "eventgrid_no_successful_message_id" {
description = "id for monitor eventgrid_no_successful_message"
value = datadog_monitor.eventgrid_no_successful_message.*.id
}
output "eventgrid_unmatched_events_id" {
description = "id for monitor eventgrid_unmatched_events"
value = datadog_monitor.eventgrid_unmatched_events.*.id
}