Files
terraform-docs/format/testdata/json/json-OnlyModulecalls.golden
Khosrow Moossavi f3c92384a1 Extract leading comments for resources and modules
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
2021-09-29 13:55:50 -04:00

35 lines
649 B
Plaintext

{
"header": "",
"footer": "",
"inputs": [],
"modules": [
{
"name": "bar",
"source": "baz",
"version": "4.5.6",
"description": null
},
{
"name": "foo",
"source": "bar",
"version": "1.2.3",
"description": "another type of description for module foo"
},
{
"name": "baz",
"source": "baz",
"version": "4.5.6",
"description": null
},
{
"name": "foobar",
"source": "git@github.com:module/path",
"version": "v7.8.9",
"description": null
}
],
"outputs": [],
"providers": [],
"requirements": [],
"resources": []
}