Merged in MON-185-monitors-for-azure-servicebus-fix-input (pull request #99)

MON-185 Fix status aggregator input

Approved-by: Laurent Piroelle <laurent.piroelle@fr.clara.net>
Approved-by: Quentin Manfroi <quentin.manfroi@yahoo.fr>
This commit is contained in:
Laurent Piroelle 2018-06-27 17:09:44 +00:00 committed by Quentin Manfroi
commit 3081af1aad

View File

@ -223,7 +223,7 @@ module "servicebus" {
status_silenced = "${var.servicebus_status_silenced}"
status_message = "${var.servicebus_status_message}"
status_timeframe = "${var.servicebus_status_timeframe}"
status_timeframe_time_aggregator = "${var.servicebus_status_time_aggregator}"
status_time_aggregator = "${var.servicebus_status_time_aggregator}"
}
module "sqldatabase" {