route/vendor/github.com/hashicorp/hcl/test-fixtures/structure_list_deep.json

17 lines
276 B
JSON

{
"bar": {
"foo": {
"name": "terraform_example",
"ingress": [
{
"from_port": 22
},
{
"from_port": 80
}
]
}
}
}