MON-191 terraform fmt

This commit is contained in:
Quentin Manfroi 2018-06-27 18:29:41 +02:00
parent d783400d6b
commit e9be701e49

View File

@ -1,4 +1,4 @@
output "alerting-message" { output "alerting-message" {
description = "The generated message string" description = "The generated message string"
value = "${data.template_file.alerting-message.rendered}" value = "${data.template_file.alerting-message.rendered}"
} }