James Rasell
|
3bffe443ac
|
chore: fix incorrect docstring formatting.
|
2021-08-30 11:08:12 +02:00 |
|
James Rasell
|
d1db141472
|
jobspec2: remove duplicate imports statements.
|
2021-06-11 09:38:47 +02:00 |
|
Mahmood Ali
|
07240c0b9f
|
hclv2: handle block labels
|
2020-10-26 16:24:43 -04:00 |
|
Mahmood Ali
|
96c35d8c42
|
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 |
|
Mahmood Ali
|
18f3f8c776
|
Refactor handling of blocks as attr
|
2020-10-26 16:20:41 -04:00 |
|
Mahmood Ali
|
93bbe181e0
|
address review feedback
|
2020-10-22 11:49:37 -04:00 |
|
Mahmood Ali
|
7fb6bc3941
|
Add hclv2 parser
|
2020-10-21 15:46:56 -04:00 |
|