mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-04-12 07:07:02 +07:00
Originally pkg/tmpl was intended to be public to be used by plugin developers, but this functionality has to be defined by plugin-sdk and as such it's moved to internal/template to be only used by terraform-docs core project. Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
This is a complicated one. We need a newline.
|
|
And an example in a code block. Availeble options
|
|
are: foo | bar | baz
|
|
|
|
```
|
|
default = [
|
|
"foo"
|
|
]``` |