mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 10:21:20 -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
|
||
|---|---|---|
| .. | ||
| artifact.go | ||
| artifact_test.go | ||
| client.go | ||
| client_test.go | ||
| post-processor.go | ||
| post-processor.hcl2spec.go | ||
| post-processor_test.go | ||
| step_create_provider.go | ||
| step_create_version.go | ||
| step_prepare_upload.go | ||
| step_release_version.go | ||
| step_upload.go | ||
| step_verify_box.go | ||