mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 04:48:33 +07:00
25 lines
313 B
Plaintext
25 lines
313 B
Plaintext
== Outputs
|
|
|
|
[cols="a,a,a",options="header,autowidth"]
|
|
|===
|
|
|Name |Description |Value
|
|
|unquoted |It's unquoted output. |
|
|
|
|
```
|
|
{
|
|
"leon": "cat"
|
|
}
|
|
```
|
|
|
|
|output-2 |It's output number two. |
|
|
|
|
```
|
|
[
|
|
"jack",
|
|
"lola"
|
|
]
|
|
```
|
|
|
|
|output-1 |It's output number one. |`1`
|
|
|output-0.12 |terraform 0.12 only |`<sensitive>`
|
|
|=== |