From 60bde176e61d454d5e1555a0818fa8f97288eb47 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Tue, 18 Sep 2018 14:54:21 +0200 Subject: [PATCH] MON-105 change grouping tag --- database/postgresql/monitors-postgresql.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/database/postgresql/monitors-postgresql.tf b/database/postgresql/monitors-postgresql.tf index bcd92ec..46c770f 100644 --- a/database/postgresql/monitors-postgresql.tf +++ b/database/postgresql/monitors-postgresql.tf @@ -14,7 +14,7 @@ resource "datadog_monitor" "postgresql_connection_too_high" { query = < ${var.postgresql_connection_threshold_critical} EOF @@ -45,7 +45,7 @@ resource "datadog_monitor" "postgresql_too_many_locks" { query = < ${var.postgresql_lock_threshold_critical} EOF