MON-185 Fix status aggregator input

This commit is contained in:
Laurent Piroelle 2018-06-22 14:39:06 +02:00 committed by Quentin Manfroi
parent 1eff53e7b1
commit 12a4559316

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" {