mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-04-04 00:38:40 +07:00
* Add more test coverage * add format/util test * add tfconf/input test * add line reader test * cleanup * add tfconf/output test * improve internal/module/input coverage * improve internal/module/options coverage * improve internal/reader coverage * improve internal/types coverage * appease lint * improve pkg/tfconf/output coverage * add coverage to test target in makefile * improve pkg/tmpl/sanitizer coverage * use 'test' target on action * always prepare codecov report, even if tests are failing * fix double-space new line issue * extensive tests for escaping characters * enhance nad fix escape characters failing tests * improve internal/module/module coverage * improve pkg/tmpl/template coverage * cleanup
18 lines
303 B
JSON
18 lines
303 B
JSON
{
|
|
"C": {
|
|
"sensitive": true,
|
|
"type": "string",
|
|
"value": "sensitive-c"
|
|
},
|
|
"A": {
|
|
"sensitive": false,
|
|
"type": "string",
|
|
"value": "a value"
|
|
},
|
|
"B": {
|
|
"sensitive": false,
|
|
"type": "string",
|
|
"value": "b value"
|
|
}
|
|
}
|