Files
terraform-docs/format/testdata/asciidoc/table-OutputValuesNoSensitivity.golden
Khosrow Moossavi 90942f73b8 Move format package from internal to public
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
2021-09-28 14:43:26 -04:00

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>`
|===