2019-04-15 14:46:47 +02:00

15 lines
545 B
HCL

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}"
}
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}"
}