github.com/hashicorp/terraform-plugin-sdk@v1.17.2/internal/states/statefile/testdata/roundtrip/v1-simple.in.tfstate (about) 1 { 2 "version": 1, 3 "serial": 1, 4 "modules": [ 5 { 6 "path": [ 7 "root" 8 ], 9 "outputs": { 10 "numbers": "0,1" 11 }, 12 "resources": { 13 "null_resource.bar": { 14 "type": "null_resource", 15 "depends_on": [ 16 "null_resource.foo" 17 ], 18 "primary": { 19 "id": "6456912646020570139", 20 "attributes": { 21 "id": "6456912646020570139", 22 "triggers.#": "1", 23 "triggers.whaaat": "0,1" 24 } 25 } 26 }, 27 "null_resource.foo.0": { 28 "type": "null_resource", 29 "primary": { 30 "id": "3597404161631769617", 31 "attributes": { 32 "id": "3597404161631769617", 33 "triggers.#": "1", 34 "triggers.what": "0" 35 } 36 } 37 }, 38 "null_resource.foo.1": { 39 "type": "null_resource", 40 "primary": { 41 "id": "3214385801340650197", 42 "attributes": { 43 "id": "3214385801340650197", 44 "triggers.#": "1", 45 "triggers.what": "1" 46 } 47 } 48 } 49 } 50 } 51 ] 52 }