MON-185 terraform fmt

This commit is contained in:
Quentin Manfroi 2018-06-27 18:57:50 +02:00
parent 12a4559316
commit a010d0a4cc

View File

@ -220,9 +220,9 @@ module "servicebus" {
filter_tags_use_defaults = "${var.filter_tags_use_defaults}"
filter_tags_custom = "${var.filter_tags_custom}"
status_silenced = "${var.servicebus_status_silenced}"
status_message = "${var.servicebus_status_message}"
status_timeframe = "${var.servicebus_status_timeframe}"
status_silenced = "${var.servicebus_status_silenced}"
status_message = "${var.servicebus_status_message}"
status_timeframe = "${var.servicebus_status_timeframe}"
status_time_aggregator = "${var.servicebus_status_time_aggregator}"
}