From 66aea6183bb39553f678b18cd470080c2f4fe3c0 Mon Sep 17 00:00:00 2001 From: Boris Rousseau Date: Thu, 22 Mar 2018 10:01:14 +0100 Subject: [PATCH] MON-142: updated based on PR comments + best practices --- databases/mysql/mon-mysql.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/databases/mysql/mon-mysql.tf b/databases/mysql/mon-mysql.tf index 67f9b3e..12a885f 100644 --- a/databases/mysql/mon-mysql.tf +++ b/databases/mysql/mon-mysql.tf @@ -13,8 +13,8 @@ resource "datadog_monitor" "mysql_connections_15min" { query = < ${var.mysql_connection_threshold_critical} EOF @@ -48,7 +48,7 @@ resource "datadog_monitor" "mysql_thread_5min" { query = < ${var.mysql_thread_threshold_critical} EOF