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

output "function_high_connections_count_id" {
description = "id for monitor function_high_connections_count"
value = datadog_monitor.function_high_connections_count.*.id
}
output "function_high_threads_count_id" {
description = "id for monitor function_high_threads_count"
value = datadog_monitor.function_high_threads_count.*.id
}
output "function_http_5xx_errors_rate_id" {
description = "id for monitor function_http_5xx_errors_rate"
value = datadog_monitor.function_http_5xx_errors_rate.*.id
}