OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / hcl / parser / test-fixtures / assign_deep.hcl
1 resource = [{
2         foo = [{
3                 bar = {}
4         }]
5 }]