mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
35 lines
649 B
Plaintext
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": []
|
|
} |