mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 18:30:41 -05: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
|
||
|---|---|---|
| .. | ||
| post-processor.go | ||
| post-processor.hcl2spec.go | ||
| step_choose_datacenter.go | ||
| step_create_folder.go | ||
| step_create_snapshot.go | ||
| step_mark_as_template.go | ||