OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / test-fixtures / structure_list_deep.json
1 {
2     "bar": {
3         "foo": {
4             "name": "terraform_example",
5             "ingress": [
6                 {
7                     "from_port": 22
8                 },
9                 {
10                     "from_port": 80
11                 }
12             ]
13         }
14     }
15 }
16