From bc1a493204d66bc896f86db4aca15bb160f7b37b Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Thu, 23 Nov 2017 12:18:25 +0100 Subject: [PATCH] MON-79 add spaces to tags list --- cloud/azure/storage/monitors-azure-storage.tf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/cloud/azure/storage/monitors-azure-storage.tf b/cloud/azure/storage/monitors-azure-storage.tf index ba2ece6..28a35ad 100644 --- a/cloud/azure/storage/monitors-azure-storage.tf +++ b/cloud/azure/storage/monitors-azure-storage.tf @@ -32,7 +32,7 @@ EOF renotify_interval = 0 no_data_timeframe = 20 - tags = ["env:${var.environment}","resource:storage","team:azure", "provider:azure"] + tags = ["env:${var.environment}", "resource:storage", "team:azure", "provider:azure"] } resource "datadog_monitor" "successful_requests" { @@ -61,7 +61,7 @@ EOF renotify_interval = 0 no_data_timeframe = 20 - tags = ["env:${var.environment}","resource:storage","team:azure", "provider:azure"] + tags = ["env:${var.environment}", "resource:storage", "team:azure", "provider:azure"] } resource "datadog_monitor" "latency" { @@ -90,7 +90,7 @@ EOF renotify_interval = 0 no_data_timeframe = 20 - tags = ["env:${var.environment}","resource:storage","team:azure", "provider:azure"] + tags = ["env:${var.environment}", "resource:storage", "team:azure", "provider:azure"] } resource "datadog_monitor" "timeout_error_requests" { @@ -119,7 +119,7 @@ EOF renotify_interval = 0 no_data_timeframe = 20 - tags = ["env:${var.environment}","resource:storage","team:azure", "provider:azure"] + tags = ["env:${var.environment}", "resource:storage", "team:azure", "provider:azure"] } @@ -149,7 +149,7 @@ EOF renotify_interval = 0 no_data_timeframe = 20 - tags = ["env:${var.environment}","resource:storage","team:azure", "provider:azure"] + tags = ["env:${var.environment}", "resource:storage", "team:azure", "provider:azure"] } @@ -179,7 +179,7 @@ EOF renotify_interval = 0 no_data_timeframe = 20 - tags = ["env:${var.environment}","resource:storage","team:azure", "provider:azure"] + tags = ["env:${var.environment}", "resource:storage", "team:azure", "provider:azure"] } @@ -209,7 +209,7 @@ EOF renotify_interval = 0 no_data_timeframe = 20 - tags = ["env:${var.environment}","resource:storage","team:azure", "provider:azure"] + tags = ["env:${var.environment}", "resource:storage", "team:azure", "provider:azure"] } @@ -239,7 +239,7 @@ EOF renotify_interval = 0 no_data_timeframe = 20 - tags = ["env:${var.environment}","resource:storage","team:azure", "provider:azure"] + tags = ["env:${var.environment}", "resource:storage", "team:azure", "provider:azure"] } @@ -269,5 +269,5 @@ EOF renotify_interval = 0 no_data_timeframe = 20 - tags = ["env:${var.environment}","resource:storage","team:azure", "provider:azure"] + tags = ["env:${var.environment}", "resource:storage", "team:azure", "provider:azure"] }