opentofu/testing/equivalence-tests/tests/simple_object/dynamic_resources.json
2022-11-29 12:36:52 +01:00

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
}
}
}
}
}
}