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

15 lines
217 B
JSON

{
"variable": {
"foo": {
"default": "bar",
"description": "bar"
},
"amis": {
"default": {
"east": "foo"
}
}
}
}