From 53224a9c20cb9a65e3263e9791a2f61182a10c7d Mon Sep 17 00:00:00 2001 From: Boris Rousseau Date: Mon, 23 Apr 2018 17:37:13 +0200 Subject: [PATCH] MON-142: typo in inputs --- databases/mysql/inputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/mysql/inputs.tf b/databases/mysql/inputs.tf index e0648ba..b3f8a08 100644 --- a/databases/mysql/inputs.tf +++ b/databases/mysql/inputs.tf @@ -61,7 +61,7 @@ variable "mysql_thread_threshold_critical" { variable "mysql_thread_threshold_warning" { default = 400 - description = "Maximum critical acceptable number of threads" + description = "Maximum warning acceptable number of threads" } variable "mysql_thread_silenced" {