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