From 805e2048432e74ea0d19920e8f26613763233574 Mon Sep 17 00:00:00 2001 From: Alexandre Gaillet Date: Thu, 12 Jul 2018 16:18:49 +0200 Subject: [PATCH] MON-246 - General Azure monitors updated with Azure Database MySQL Servers module --- cloud/azure/mysql/inputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/azure/mysql/inputs.tf b/cloud/azure/mysql/inputs.tf index 29f9307..ff5d994 100644 --- a/cloud/azure/mysql/inputs.tf +++ b/cloud/azure/mysql/inputs.tf @@ -24,7 +24,7 @@ variable "filter_tags_custom" { default = "*" } -# Azure Mysql specific variables +# Azure Databases for MySQL Servers specific variables variable "cpu_usage_silenced" { description = "Groups to mute for Mysql CPU monitor" type = "map"