From ab2647ea9cff6b594456458afb731cdd18ef88df Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Thu, 30 Aug 2018 17:55:45 +0200 Subject: [PATCH] MON-248 add outputs --- caas/k8s/ingress/outputs.tf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 caas/k8s/ingress/outputs.tf diff --git a/caas/k8s/ingress/outputs.tf b/caas/k8s/ingress/outputs.tf new file mode 100644 index 0000000..cacbec3 --- /dev/null +++ b/caas/k8s/ingress/outputs.tf @@ -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}" +}