Files
terraform-docs/format/testdata/json/json-OnlyOutputs.golden
Khosrow Moossavi 90942f73b8 Move format package from internal to public
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
2021-09-28 14:43:26 -04:00

27 lines
487 B
Plaintext

{
"header": "",
"footer": "",
"inputs": [],
"modules": [],
"outputs": [
{
"name": "unquoted",
"description": "It's unquoted output."
},
{
"name": "output-2",
"description": "It's output number two."
},
{
"name": "output-1",
"description": "It's output number one."
},
{
"name": "output-0.12",
"description": "terraform 0.12 only"
}
],
"providers": [],
"requirements": [],
"resources": []
}