route/vendor/github.com/hashicorp/hcl/test-fixtures/assign_deep.hcl

6 lines
47 B
HCL

resource = [{
foo = [{
bar = {}
}]
}]