From df45723478d887c278da14ecf5ace99770e66fc6 Mon Sep 17 00:00:00 2001 From: "gauthier.ampe@fr.clara.net" Date: Mon, 23 Sep 2019 17:25:52 +0200 Subject: [PATCH] MON-366 Remove instance from query filter --- cloud/azure/app-gateway/monitors-app_services.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cloud/azure/app-gateway/monitors-app_services.tf b/cloud/azure/app-gateway/monitors-app_services.tf index bdfb76b..f8e1810 100644 --- a/cloud/azure/app-gateway/monitors-app_services.tf +++ b/cloud/azure/app-gateway/monitors-app_services.tf @@ -129,8 +129,8 @@ resource "datadog_monitor" "appgateway_http_4xx_errors" { query = < ${var.appgateway_http_4xx_errors_threshold_critical} EOQ @@ -164,8 +164,8 @@ resource "datadog_monitor" "appgateway_http_5xx_errors" { query = < ${var.appgateway_http_5xx_errors_threshold_critical} EOQ