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

     1  {
     2    "tfcoremock_map": {
     3      "attributes": {
     4        "map": {
     5          "type": "map",
     6          "required": true,
     7          "map": {
     8            "type": "object",
     9            "object": {
    10              "id": {
    11                "type": "string",
    12                "replace": true,
    13                "required": true
    14              }
    15            }
    16          }
    17        }
    18      }
    19    }
    20  }