github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/tests/moved_with_refresh_only/terraform.tfstate (about) 1 { 2 "version": 4, 3 "terraform_version": "1.3.7", 4 "serial": 1, 5 "lineage": "4a0f03a7-03fd-9357-9fd2-b3405139fa1d", 6 "outputs": {}, 7 "resources": [ 8 { 9 "mode": "managed", 10 "type": "tfcoremock_simple_resource", 11 "name": "first", 12 "provider": "provider[\"registry.terraform.io/hashicorp/tfcoremock\"]", 13 "instances": [ 14 { 15 "schema_version": 0, 16 "attributes": { 17 "bool": null, 18 "float": null, 19 "id": "70c47571-66c3-b1dc-2474-47a74b9c7886", 20 "integer": null, 21 "number": null, 22 "string": "Hello, world!" 23 }, 24 "sensitive_attributes": [] 25 } 26 ] 27 } 28 ], 29 "check_results": null 30 }