mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-28 17:51:16 -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.hcl2spec.go | ||
| builder_test.go | ||
| driver.go | ||
| driver_2_2.go | ||
| driver_mock.go | ||
| ssh.go | ||
| step_add_box.go | ||
| step_add_box_test.go | ||
| step_create_vagrantfile.go | ||
| step_create_vagrantfile_test.go | ||
| step_package.go | ||
| step_ssh_config.go | ||
| step_ssh_config_test.go | ||
| step_up.go | ||
| step_up_test.go | ||