mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-28 09:39:58 -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 | ||
| artifact_test.go | ||
| builder.go | ||
| builder_test.go | ||
| config.go | ||
| config.hcl2spec.go | ||
| step_create_image.go | ||
| step_create_server.go | ||
| step_create_ssh_key.go | ||
| step_remove_volume.go | ||
| step_server_info.go | ||
| step_shutdown.go | ||
| step_snapshot.go | ||