github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/moved_with_refresh_only/state.json (about) 1 { 2 "format_version": "1.0", 3 "values": { 4 "root_module": { 5 "resources": [ 6 { 7 "address": "tfcoremock_simple_resource.second", 8 "mode": "managed", 9 "name": "second", 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": "70c47571-66c3-b1dc-2474-47a74b9c7886", 18 "integer": null, 19 "number": null, 20 "string": "Hello, world!" 21 } 22 } 23 ] 24 } 25 } 26 }