MON-248 add outputs

This commit is contained in:
Quentin Manfroi 2018-08-30 17:55:45 +02:00
parent e2a583670d
commit ab2647ea9c

View File

@ -0,0 +1,4 @@
output "Nginx_ingress_too_many_5xx_id" {
description = "id for monitor Nginx_ingress_too_many_5xx"
value = "${datadog_monitor.Nginx_ingress_too_many_5xx.*.id}"
}