mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
8 lines
120 B
HCL
8 lines
120 B
HCL
output "multi-line-lf" {
|
|
value = "foo"
|
|
description = <<-EOT
|
|
The quick brown fox jumps
|
|
over the lazy dog
|
|
EOT
|
|
}
|