hcl/parser/test-fixtures/assign_colon.hcl

7 lines
67 B
HCL
Raw Normal View History

2015-10-18 20:25:17 +00:00
resource = [{
"foo": {
"bar": {},
"baz": [1, 2, "foo"],
}
}]