github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/moved_with_update/state.json (about) 1 { 2 "format_version": "1.0", 3 "values": { 4 "root_module": { 5 "resources": [ 6 { 7 "address": "tfcoremock_simple_resource.moved", 8 "mode": "managed", 9 "name": "moved", 10 "provider_name": "registry.terraform.io/hashicorp/tfcoremock", 11 "schema_version": 0, 12 "sensitive_values": {}, 13 "type": "tfcoremock_simple_resource", 14 "values": { 15 "bool": null, 16 "float": null, 17 "id": "7da63aeb-f908-a112-9886-f29a0b0bd4ad", 18 "integer": null, 19 "number": null, 20 "string": "Hello, change!" 21 } 22 } 23 ] 24 } 25 } 26 }