2019-04-05 11:32:21 +02:00

20 lines
703 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}"
}
output "function_memory_usage_id" {
description = "id for monitor function_memory_usage"
value = "${datadog_monitor.function_memory_usage.*.id}"
}