OSDN Git Service

Hulk did something
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / test-fixtures / decode_tf_variable.json
1 {
2     "variable": {
3         "foo": {
4             "default": "bar",
5             "description": "bar"
6         },
7
8         "amis": {
9             "default": {
10                 "east": "foo"
11             }
12         }
13     }
14 }