summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/test-fixtures/decode_tf_variable.json
blob: 49f921ed0bd3954b6b517f59e48130e506b1c6e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "variable": {
        "foo": {
            "default": "bar",
            "description": "bar"
        },

        "amis": {
            "default": {
                "east": "foo"
            }
        }
    }
}