opentofu/testing/equivalence-tests/tests/simple_object_replace/dynamic_resources.json

25 lines
450 B
JSON
Raw Normal View History

{
"tfcoremock_object": {
"attributes": {
"object": {
"type": "object",
"optional": true,
"object": {
"string": {
"type": "string",
"optional": true
},
"boolean": {
"type": "boolean",
"optional": true
},
"number": {
"type": "number",
"optional": true
}
}
}
}
}
}