diff --git a/cloud/azure/storage/monitors-azure-storage.tf b/cloud/azure/storage/monitors-azure-storage.tf index ed25396..18c4e92 100644 --- a/cloud/azure/storage/monitors-azure-storage.tf +++ b/cloud/azure/storage/monitors-azure-storage.tf @@ -12,7 +12,7 @@ resource "datadog_monitor" "availability" { query = < ${var.latency_threshold_critical} EOF @@ -108,7 +108,7 @@ resource "datadog_monitor" "timeout_error_requests" { query = < ${var.timeout_error_requests_threshold_critical} EOF @@ -140,7 +140,7 @@ resource "datadog_monitor" "network_error_requests" { query = < ${var.network_error_requests_threshold_critical} EOF @@ -172,7 +172,7 @@ resource "datadog_monitor" "throttling_error_requests" { query = < ${var.throttling_error_requests_threshold_critical} EOF @@ -204,7 +204,7 @@ resource "datadog_monitor" "server_other_error_requests" { query = < ${var.server_other_error_requests_threshold_critical} EOF @@ -236,7 +236,7 @@ resource "datadog_monitor" "client_other_error_requests" { query = < ${var.client_other_error_requests_threshold_critical} EOF @@ -268,7 +268,7 @@ resource "datadog_monitor" "authorization_error_requests" { query = < ${var.authorization_error_requests_threshold_critical} EOF