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

16 lines
310 B
JSON
Raw Normal View History

2017-12-02 23:34:35 +00:00
{
"resource": {
"aws_instance": {
"db": {
"vpc": "foo",
"provisioner": [{
"file": {
"source": "foo",
"destination": "bar"
}
}]
}
}
}
}