Files
terraform-docs/format/testdata/markdown/table-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

8 lines
377 B
Plaintext

## Outputs
| Name | Description | Value | Sensitive |
|------|-------------|-------|:---------:|
| unquoted | It's unquoted output. | <pre>{<br> "leon": "cat"<br>}</pre> | no |
| output-2 | It's output number two. | <pre>[<br> "jack",<br> "lola"<br>]</pre> | no |
| output-1 | It's output number one. | `1` | no |
| output-0.12 | terraform 0.12 only | `<sensitive>` | yes |