mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 21:08:41 +07:00
40 lines
743 B
Plaintext
40 lines
743 B
Plaintext
{
|
|
"header": "",
|
|
"footer": "",
|
|
"inputs": [],
|
|
"modules": [],
|
|
"outputs": [
|
|
{
|
|
"name": "unquoted",
|
|
"description": "It's unquoted output.",
|
|
"value": {
|
|
"leon": "cat"
|
|
},
|
|
"sensitive": false
|
|
},
|
|
{
|
|
"name": "output-2",
|
|
"description": "It's output number two.",
|
|
"value": [
|
|
"jack",
|
|
"lola"
|
|
],
|
|
"sensitive": false
|
|
},
|
|
{
|
|
"name": "output-1",
|
|
"description": "It's output number one.",
|
|
"value": 1,
|
|
"sensitive": false
|
|
},
|
|
{
|
|
"name": "output-0.12",
|
|
"description": "terraform 0.12 only",
|
|
"value": "<sensitive>",
|
|
"sensitive": true
|
|
}
|
|
],
|
|
"providers": [],
|
|
"requirements": [],
|
|
"resources": []
|
|
} |