summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/test-fixtures/structure_list_deep.json
blob: 46e98bef30edd335e0fd19e6e014d932351bb5a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "bar": {
        "foo": {
            "name": "terraform_example",
            "ingress": [
                {
                    "from_port": 22
                },
                {
                    "from_port": 80
                }
            ]
        }
    }
}