github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/testing/equivalence-tests/outputs/drift_simple/state.json (about) 1 { 2 "format_version": "1.0", 3 "values": { 4 "root_module": { 5 "resources": [ 6 { 7 "address": "tfcoremock_simple_resource.drift", 8 "mode": "managed", 9 "name": "drift", 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": "f3c6ddc5-37d5-0170-64ff-518ad421385a", 18 "integer": null, 19 "number": null, 20 "string": "Hello, world!" 21 } 22 } 23 ] 24 } 25 } 26 }