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}" +}