mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-21 10:00:09 -04:00
41 lines
939 B
JSON
41 lines
939 B
JSON
|
|
{
|
||
|
|
"tfcoremock_nested_object": {
|
||
|
|
"attributes": {
|
||
|
|
"parent_object": {
|
||
|
|
"type": "object",
|
||
|
|
"required": true,
|
||
|
|
"object": {
|
||
|
|
"first_nested_object": {
|
||
|
|
"type": "object",
|
||
|
|
"required": true,
|
||
|
|
"object": {
|
||
|
|
"attribute_one": {
|
||
|
|
"type": "string",
|
||
|
|
"required": true
|
||
|
|
},
|
||
|
|
"attribute_two": {
|
||
|
|
"type": "string",
|
||
|
|
"required": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"second_nested_object": {
|
||
|
|
"type": "object",
|
||
|
|
"required": true,
|
||
|
|
"object": {
|
||
|
|
"attribute_one": {
|
||
|
|
"type": "string",
|
||
|
|
"required": true
|
||
|
|
},
|
||
|
|
"attribute_two": {
|
||
|
|
"type": "string",
|
||
|
|
"required": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|