Files
terraform-docs/format/testdata/markdown/document-OutputValues.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

48 lines
432 B
Plaintext

## Outputs
The following outputs are exported:
### unquoted
Description: It's unquoted output.
Value:
```json
{
"leon": "cat"
}
```
Sensitive: no
### output-2
Description: It's output number two.
Value:
```json
[
"jack",
"lola"
]
```
Sensitive: no
### output-1
Description: It's output number one.
Value: `1`
Sensitive: no
### output-0.12
Description: terraform 0.12 only
Value: `<sensitive>`
Sensitive: yes