2018-07-14 04:45:33 +02:00

15 lines
485 B
HCL

output "API_Gateway_latency_id" {
description = "id for monitor API_Gateway_latency"
value = "${datadog_monitor.API_Gateway_latency.id}"
}
output "API_http_5xx_errors_count_id" {
description = "id for monitor API_http_5xx_errors_count"
value = "${datadog_monitor.API_http_5xx_errors_count.id}"
}
output "API_http_4xx_errors_count_id" {
description = "id for monitor API_http_4xx_errors_count"
value = "${datadog_monitor.API_http_4xx_errors_count.id}"
}