github.com/graywolf-at-work-2/terraform-vendor@v1.4.5/internal/command/testdata/init-backend-config-file-change-migrate-existing/local-state.tfstate (about) 1 { 2 "version": 3, 3 "terraform_version": "0.8.2", 4 "serial": 8, 5 "lineage": "local", 6 "modules": [ 7 { 8 "path": [ 9 "root" 10 ], 11 "outputs": { 12 "foo": { 13 "type": "string", 14 "value": "bar" 15 } 16 }, 17 "resources": {}, 18 "depends_on": [] 19 } 20 ] 21 }