github.com/iaas-resource-provision/iaas-rpc@v1.0.7-0.20211021023331-ed21f798c408/internal/command/testdata/show-json-state/basic/output.json (about) 1 { 2 "format_version": "0.2", 3 "terraform_version": "0.12.0", 4 "values": { 5 "root_module": { 6 "resources": [ 7 { 8 "address": "test_instance.example[0]", 9 "mode": "managed", 10 "type": "test_instance", 11 "name": "example", 12 "index": 0, 13 "provider_name": "registry.terraform.io/hashicorp/test", 14 "schema_version": 0, 15 "values": { 16 "ami": null, 17 "id": "621124146446964903" 18 }, 19 "sensitive_values": {} 20 }, 21 { 22 "address": "test_instance.example[1]", 23 "mode": "managed", 24 "type": "test_instance", 25 "name": "example", 26 "index": 1, 27 "provider_name": "registry.terraform.io/hashicorp/test", 28 "schema_version": 0, 29 "values": { 30 "ami": null, 31 "id": "4330206298367988603" 32 }, 33 "sensitive_values": {} 34 } 35 ] 36 } 37 } 38 }