mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 21:08:41 +07:00
28 lines
510 B
JSON
28 lines
510 B
JSON
{
|
|
"output-0.12": {
|
|
"sensitive": true,
|
|
"type": "string",
|
|
"value": "sensitive-content-should-be-hidden"
|
|
},
|
|
"output-1": {
|
|
"sensitive": false,
|
|
"type": "int",
|
|
"value": 1
|
|
},
|
|
"output-2": {
|
|
"sensitive": false,
|
|
"type": "array",
|
|
"value": [
|
|
"jack",
|
|
"lola"
|
|
]
|
|
},
|
|
"unquoted": {
|
|
"sensitive": false,
|
|
"type": "map",
|
|
"value": {
|
|
"leon": "cat"
|
|
}
|
|
}
|
|
}
|