github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/tests/replace_within_list/dynamic_resources.json (about) 1 { 2 "tfcoremock_list": { 3 "attributes": { 4 "list": { 5 "type": "list", 6 "required": true, 7 "list": { 8 "type": "object", 9 "object": { 10 "id": { 11 "type": "string", 12 "replace": true, 13 "required": true 14 } 15 } 16 } 17 } 18 } 19 } 20 }