github.com/opentofu/opentofu@v1.7.1/internal/command/testdata/plan-existing-state/terraform.tfstate (about) 1 { 2 "version": 4, 3 "terraform_version": "1.6.0", 4 "serial": 1, 5 "lineage": "d496625c-bde2-aebc-f5f4-ebbf54eabed2", 6 "outputs": {}, 7 "resources": [ 8 { 9 "module": "module.child", 10 "mode": "managed", 11 "type": "test_instance", 12 "name": "test", 13 "provider": "provider[\"registry.opentofu.org/hashicorp/test\"]", 14 "instances": [ 15 { 16 "schema_version": 0, 17 "attributes": {} 18 } 19 ] 20 } 21 ], 22 "check_results": null 23 }