mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
16 lines
224 B
Plaintext
16 lines
224 B
Plaintext
output.unquoted ({
|
|
"leon": "cat"
|
|
})
|
|
It's unquoted output.
|
|
|
|
output.output-2 ([
|
|
"jack",
|
|
"lola"
|
|
])
|
|
It's output number two.
|
|
|
|
output.output-1 (1)
|
|
It's output number one.
|
|
|
|
output.output-0.12 (<sensitive>)
|
|
terraform 0.12 only |