github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/tests/simple_object_update/dynamic_resources.json (about)

     1  {
     2    "tfcoremock_object": {
     3      "attributes": {
     4        "object": {
     5          "type": "object",
     6          "optional": true,
     7          "object": {
     8            "string": {
     9              "type": "string",
    10              "optional": true
    11            },
    12            "boolean": {
    13              "type": "boolean",
    14              "optional": true
    15            },
    16            "number": {
    17              "type": "number",
    18              "optional": true
    19            }
    20          }
    21        }
    22      }
    23    }
    24  }