Files
terraform-docs/terraform/testdata/outputs-lf/outputs.tf
Khosrow Moossavi e72f215e3e Always convert CRLF to LF for output description
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
2022-01-07 19:09:55 -05:00

8 lines
120 B
HCL

output "multi-line-lf" {
value = "foo"
description = <<-EOT
The quick brown fox jumps
over the lazy dog
EOT
}