mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 04:48:33 +07:00
8 lines
122 B
HCL
8 lines
122 B
HCL
variable "multi-line-lf" {
|
|
type = string
|
|
description = <<-EOT
|
|
The quick brown fox jumps
|
|
over the lazy dog
|
|
EOT
|
|
}
|