github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/tests/drift_simple/terraform.tfstate (about) 1 { 2 "version": 4, 3 "terraform_version": "1.3.7", 4 "serial": 1, 5 "lineage": "3ee5327f-66cc-dd24-f2f1-95ef63c0bcb8", 6 "outputs": {}, 7 "resources": [ 8 { 9 "mode": "managed", 10 "type": "tfcoremock_simple_resource", 11 "name": "drift", 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": "f3c6ddc5-37d5-0170-64ff-518ad421385a", 20 "integer": null, 21 "number": null, 22 "string": "Hello, world!" 23 }, 24 "sensitive_attributes": [] 25 } 26 ] 27 } 28 ], 29 "check_results": null 30 }