From 9e2b4317b8061a9b4ec6aa5a56ff2d16d60affe1 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Thu, 23 Nov 2017 11:55:26 +0100 Subject: [PATCH] MON-79 remove subscriiption id from example of readme --- cloud/azure/storage/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/cloud/azure/storage/README.md b/cloud/azure/storage/README.md index c9a5aaa..166a21c 100644 --- a/cloud/azure/storage/README.md +++ b/cloud/azure/storage/README.md @@ -10,7 +10,6 @@ module "datadog-monitors-azure-storage" { message = "${module.datadog-message-alerting.alerting-message}" environment = "${var.environment}" - subscription_id = "${var.subscription_id}" } ```