From 12a455931602f4d876c6346c8ebdc5a48cd350f3 Mon Sep 17 00:00:00 2001 From: Laurent Piroelle Date: Fri, 22 Jun 2018 14:39:06 +0200 Subject: [PATCH] MON-185 Fix status aggregator input --- cloud/azure/monitors.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/azure/monitors.tf b/cloud/azure/monitors.tf index b3d6dda..0b64f36 100644 --- a/cloud/azure/monitors.tf +++ b/cloud/azure/monitors.tf @@ -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" {