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

     1  {
     2    "tfcoremock_nested_list": {
     3      "attributes": {
     4        "lists": {
     5          "type": "list",
     6          "required": true,
     7          "list": {
     8            "type": "list",
     9            "list": {
    10              "type": "string"
    11            }
    12          }
    13        }
    14      }
    15    }
    16  }