mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 21:08:41 +07:00
8 lines
377 B
Plaintext
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 | |