mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
<br /> provides additional support for XHTML without breaking compatibility with HTML. This can be useful when trying to publish documentation generated by terraform-docs to XHTML based solutions Signed-off-by: christophe.vandekerchove <christophe.vandekerchove@scalepad.com>
8 lines
337 B
Plaintext
8 lines
337 B
Plaintext
## Outputs
|
|
|
|
| Name | Description | Value |
|
|
|------|-------------|-------|
|
|
| unquoted | It's unquoted output. | <pre>{<br/> "leon": "cat"<br/>}</pre> |
|
|
| output-2 | It's output number two. | <pre>[<br/> "jack",<br/> "lola"<br/>]</pre> |
|
|
| output-1 | It's output number one. | `1` |
|
|
| output-0.12 | terraform 0.12 only | `<sensitive>` | |