hcl/parser/test-fixtures/assign_deep.hcl
2015-10-18 23:25:17 +03:00

6 lines
47 B
HCL

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