2018-08-29 18:14:01 +02:00

15 lines
491 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}"
}