From f4ca1c4651886de31cc5748c3beac0972e2770d9 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Mon, 29 Apr 2019 23:45:41 +0200 Subject: [PATCH] MON-182 remove useless variables --- cloud/azure/functions/README.md | 2 -- cloud/azure/mysql/README.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/cloud/azure/functions/README.md b/cloud/azure/functions/README.md index 3a129f6..42bbeec 100644 --- a/cloud/azure/functions/README.md +++ b/cloud/azure/functions/README.md @@ -8,8 +8,6 @@ module "datadog-monitors-cloud-azure-functions" { environment = "${var.environment}" message = "${module.datadog-message-alerting.alerting-message}" - - functions_max_scale_count = 2 } ``` diff --git a/cloud/azure/mysql/README.md b/cloud/azure/mysql/README.md index 3ee50d8..83caccd 100644 --- a/cloud/azure/mysql/README.md +++ b/cloud/azure/mysql/README.md @@ -8,8 +8,6 @@ module "datadog-monitors-cloud-azure-mysql" { environment = "${var.environment}" message = "${module.datadog-message-alerting.alerting-message}" - - total_connection_limit = "${var.total_connection_limit}" } ```