Files
terraform-docs/terraform/testdata/outputs-crlf/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
129 B
HCL

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