github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/tests/drift_refresh_only/terraform.tfstate (about) 1 { 2 "version": 4, 3 "terraform_version": "1.3.7", 4 "serial": 1, 5 "lineage": "4ce8adfd-57a0-aba7-118d-834394462086", 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": "cb79269e-dc39-1e68-0a9c-63cb392afda9", 20 "integer": null, 21 "number": null, 22 "string": "Hello, world!" 23 }, 24 "sensitive_attributes": [] 25 } 26 ] 27 } 28 ], 29 "check_results": null 30 }