2019-08-20 18:28:53 +02:00

16 lines
531 B
HCL

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
}