mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-26 11:32:04 -05:00
added `post-processors` block to run chained post-processors after a build. Before this, defining multiple `post-processor` blocks after provisioning steps would run them sequentially, now doing this makes them start from the build's artifact. To queue post-processors you now have to define them in a `post-processors` block. This is a breaking change. |
||
|---|---|---|
| .. | ||
| build.json | ||
| build.pkr.hcl | ||
| build_with_vars.pkr.hcl | ||
| null_var.json | ||
| template.json | ||
| validate_except.json | ||
| validate_except.pkr.hcl | ||
| var_foo_with_no_default.pkr.hcl | ||