mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 01:41:48 -06:00
25 lines
450 B
JSON
25 lines
450 B
JSON
{
|
|
"tfcoremock_object": {
|
|
"attributes": {
|
|
"object": {
|
|
"type": "object",
|
|
"optional": true,
|
|
"object": {
|
|
"string": {
|
|
"type": "string",
|
|
"optional": true
|
|
},
|
|
"boolean": {
|
|
"type": "boolean",
|
|
"optional": true
|
|
},
|
|
"number": {
|
|
"type": "number",
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|