hcl/hclnew/parser/test-fixtures/assign_colon.hcl
Mitchell Hashimoto a1fbdda609 Add 'hclnew/' from commit '2e450506d2b521ae348f9bb97d1b07800177b83f'
git-subtree-dir: hclnew
git-subtree-mainline: 4de51957ef
git-subtree-split: 2e450506d2
2015-11-06 16:00:53 -08:00

7 lines
67 B
HCL

resource = [{
"foo": {
"bar": {},
"baz": [1, 2, "foo"],
}
}]