hcl/test-fixtures/assign_colon.hcl
Mitchell Hashimoto e9b8055f58 Update README
2014-08-01 11:20:48 -07:00

7 lines
67 B
HCL

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