mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-26 00:31:18 -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
|
||
|---|---|---|
| .. | ||
| access_config.go | ||
| artifact.go | ||
| artifact_test.go | ||
| builder.go | ||
| builder.hcl2spec.go | ||
| builder_test.go | ||
| image_config.go | ||
| image_config_test.go | ||
| networks.go | ||
| networks_test.go | ||
| run_config.go | ||
| run_config_test.go | ||
| server.go | ||
| ssh.go | ||
| step_add_image_members.go | ||
| step_allocate_ip.go | ||
| step_create_image.go | ||
| step_create_volume.go | ||
| step_detach_volume.go | ||
| step_discover_network.go | ||
| step_get_password.go | ||
| step_key_pair.go | ||
| step_key_pair_test.go | ||
| step_load_flavor.go | ||
| step_run_source_server.go | ||
| step_source_image_info.go | ||
| step_stop_server.go | ||
| step_update_image_mindisk.go | ||
| step_update_image_tags.go | ||
| step_update_image_visibility.go | ||
| step_wait_for_rackconnect.go | ||
| volume.go | ||