From e9be701e490e09da3b475159324dd7dcbcc7efb4 Mon Sep 17 00:00:00 2001 From: Quentin Manfroi Date: Wed, 27 Jun 2018 18:29:41 +0200 Subject: [PATCH] MON-191 terraform fmt --- common/alerting-message/output.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/alerting-message/output.tf b/common/alerting-message/output.tf index 7865779..8a9d93e 100644 --- a/common/alerting-message/output.tf +++ b/common/alerting-message/output.tf @@ -1,4 +1,4 @@ output "alerting-message" { description = "The generated message string" - value = "${data.template_file.alerting-message.rendered}" + value = "${data.template_file.alerting-message.rendered}" }