mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-29 10:09:26 -04:00
* mapstructure-to-hcl2: when we see a map generate an attribute spec and not a block spec
this will alow to do
tags = {
key = "value"
}
instead of
tags {
key = "value"
}
This will also enable using variables directly for those tags
* generate code
* update tests
|
||
|---|---|---|
| .. | ||
| acceptance | ||
| testdata | ||
| builder.go | ||
| builder.hcl2spec.go | ||
| builder_acc_test.go | ||
| builder_test.go | ||
| step_attach_iso.go | ||
| step_create_disk.go | ||
| step_create_vm.go | ||