5 lines
137 B
HCL
5 lines
137 B
HCL
output "alerting-message" {
|
|
description = "The generated message string"
|
|
value = "${data.template_file.alerting-message.rendered}"
|
|
}
|