mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 02:10:31 -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 | ||
| builder.go | ||
| common.go | ||
| common.hcl2spec.go | ||
| credential_config.go | ||
| credential_config_test.go | ||
| instance_config.go | ||
| instance_config_test.go | ||
| step_config_credentials.go | ||
| step_create_image.go | ||
| step_create_instance.go | ||
| step_stop_instance.go | ||
| step_validate_parameters.go | ||