open-nomad/jobspec2
Mahmood Ali 1d948bb4e8 hclv2: special case attributes with map values
HCLv1 special case map assignment:
```hcl
map_attr = { "K" = "V" }
```

is parsed as

```json
{"map_attr": [{"K": "V"}]}
```
2020-10-26 16:20:41 -04:00
..
hclutil hclv2: special case attributes with map values 2020-10-26 16:20:41 -04:00
test-fixtures
functions.go
hcl_conversions.go
parse.go
parse_job.go
parse_map.go hclv2: special case attributes with map values 2020-10-26 16:20:41 -04:00
parse_test.go