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

7 lines
67 B
HCL

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