packer-cn/command/test-fixtures/validate
Adrien Delorme c7b35dd6bc
HCL2: add post-processors block to run multiple post-processor after a build (#9638)
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.
2020-07-28 10:02:37 +02:00
..
build.json command/validate: Add support for HCL2 configuration files 2020-06-05 14:24:39 -04:00
build.pkr.hcl command/validate: Add support for HCL2 configuration files 2020-06-05 14:24:39 -04:00
build_with_vars.pkr.hcl command/validate: Add support for HCL2 configuration files 2020-06-05 14:24:39 -04:00
null_var.json refactor initialization out from packer configs + tests (#9627) 2020-07-24 10:58:03 +02:00
template.json Updated test to verify expected behavior 2015-07-13 19:32:28 -07:00
validate_except.json Skip consecutives post-processors 2020-06-09 17:35:53 +02:00
validate_except.pkr.hcl HCL2: add post-processors block to run multiple post-processor after a build (#9638) 2020-07-28 10:02:37 +02:00
var_foo_with_no_default.pkr.hcl refactor initialization out from packer configs + tests (#9627) 2020-07-24 10:58:03 +02:00