From ae93a006d643eb764077cd6ef446a60bfe5f9db0 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Mon, 17 Sep 2018 16:45:52 +0200 Subject: [PATCH] MON-304 refactor queries for apigateway --- cloud/aws/apigateway/monitors-api.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud/aws/apigateway/monitors-api.tf b/cloud/aws/apigateway/monitors-api.tf index 0b1c408..859892b 100644 --- a/cloud/aws/apigateway/monitors-api.tf +++ b/cloud/aws/apigateway/monitors-api.tf @@ -40,7 +40,7 @@ resource "datadog_monitor" "API_http_5xx_errors_count" { query = < ${var.http_5xx_requests_threshold_critical} EOF @@ -73,7 +73,7 @@ resource "datadog_monitor" "API_http_4xx_errors_count" { query = < ${var.http_4xx_requests_threshold_critical} EOF