hcl/test-fixtures/assign_colon.hcl
2014-08-01 11:18:47 -07:00

7 lines
73 B
HCL

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