You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/testing/equivalence-tests/tests/simple_object/dynamic_resources.json

25 lines
450 B

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