hashicorp-copywrite[bot]
|
005636afa0
|
[COMPLIANCE] Add Copyright and License Headers
|
2023-04-10 15:36:59 +00:00 |
Seth Hoenig
|
b3ea68948b
|
build: run gofmt on all go source files
Go 1.19 will forecefully format all your doc strings. To get this
out of the way, here is one big commit with all the changes gofmt
wants to make.
|
2022-08-16 11:14:11 -05:00 |
James Rasell
|
b6813f1221
|
chore: fix incorrect docstring formatting.
|
2021-08-30 11:08:12 +02:00 |
James Rasell
|
3b16e4d0b3
|
jobspec2: remove duplicate imports statements.
|
2021-06-11 09:38:47 +02:00 |
Mahmood Ali
|
b8b993eea0
|
hclv2: handle block labels
|
2020-10-26 16:24:43 -04:00 |
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 |
Mahmood Ali
|
e3d0d3a94e
|
Refactor handling of blocks as attr
|
2020-10-26 16:20:41 -04:00 |
Mahmood Ali
|
d3a17b5c82
|
address review feedback
|
2020-10-22 11:49:37 -04:00 |
Mahmood Ali
|
b3c118ae22
|
Add hclv2 parser
|
2020-10-21 15:46:56 -04:00 |