MON-79 remove subscriiption id from example of readme

This commit is contained in:
Quentin Manfroi 2017-11-23 11:55:26 +01:00
parent 45b51b446d
commit 9e2b4317b8

View File

@ -10,7 +10,6 @@ module "datadog-monitors-azure-storage" {
message = "${module.datadog-message-alerting.alerting-message}" message = "${module.datadog-message-alerting.alerting-message}"
environment = "${var.environment}" environment = "${var.environment}"
subscription_id = "${var.subscription_id}"
} }
``` ```