Files
terraform-docs/format/testdata/markdown/table-OutputValuesNoSensitivity.golden
christophe.vandekerchove 78e94da786 fix: Replace <br> with <br /> for markdown syntax
<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>
2024-07-05 14:30:50 -04:00

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