mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-29 18:20:05 -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
|
||
|---|---|---|
| .. | ||
| artifact.go | ||
| builder.go | ||
| builder_test.go | ||
| command.go | ||
| communicator.go | ||
| communicator_test.go | ||
| config.go | ||
| config.hcl2spec.go | ||
| step_export.go | ||
| step_lxc_create.go | ||
| step_prepare_output_dir.go | ||
| step_provision.go | ||
| step_wait_init.go | ||