mirror of
https://github.com/hashicorp/packer.git
synced 2026-03-06 07:21:27 -05:00
This : * allows to have a `build.dynamic` block * add tests * makes sure to show a correct message when a source was not found * display only name of source (instead of a weird map printout) * use a "Did you mean %q" feature where possible Because dynamic blocks need all variables to be evaluated and available, I moved parsing of everything that is not a variable to "after" variables are extrapolated. Meaning that dynamic block get expanded in the `init` phase and then only we start interpreting HCL2 content. After #10819 fix #10657 |
||
|---|---|---|
| .. | ||
| build-name-and-type | ||
| build-only | ||
| build-variable-sharing | ||
| cleanup-script | ||
| fix | ||
| fix-invalid | ||
| fmt | ||
| hcl | ||
| hcl-inspect-with-sensitive-vars | ||
| hcl-only-except | ||
| hcl2_upgrade | ||
| inspect | ||
| parallel | ||
| provisioners | ||
| timeout | ||
| validate | ||
| validate-invalid | ||
| var-arg | ||
| version_req | ||