diff --git a/cloud/gcp/lb/monitors-lb.tf b/cloud/gcp/lb/monitors-lb.tf index 80fbf05..8a56726 100644 --- a/cloud/gcp/lb/monitors-lb.tf +++ b/cloud/gcp/lb/monitors-lb.tf @@ -9,9 +9,9 @@ resource "datadog_monitor" "error_rate_4xx" { query = < ${var.error_rate_4xx_threshold_critical} EOF @@ -46,9 +46,9 @@ resource "datadog_monitor" "error_rate_5xx" { query = < ${var.error_rate_5xx_threshold_critical} EOF @@ -83,7 +83,7 @@ resource "datadog_monitor" "latency" { query = < ${var.latency_threshold_critical} EOF @@ -119,7 +119,7 @@ resource "datadog_monitor" "backend_latency" { query = < ${var.backend_latency_threshold_critical} EOF @@ -155,7 +155,7 @@ resource "datadog_monitor" "request_count" { query = < ${var.request_count_threshold_critical} EOF