mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Before this commit, some HCP-related logic was embedded in the parser, making all of it common to all commands. This complexifies the logic as some parts rely on the template being in a HCP-valid environment, and the datasources need to be evaluated in order for some operations to be executed. To simplify this and avoid those pitfalls, we move this logic to its own set of functions that will be performed after the parsing is done, on any valid HCL2 or JSON template. |
||
|---|---|---|
| .. | ||
| build-description.pkr.hcl | ||
| deprecated_labels.pkr.hcl | ||
| dup_build_blocks.pkr.hcl | ||
| duplicate.pkr.hcl | ||
| hcp_build.json | ||
| hcp_normal.pkr.json | ||
| multiple_sources.pkr.hcl | ||
| override-build-description.pkr.hcl | ||
| slug.pkr.hcl | ||
| variable-for-bucket_name.pkr.hcl | ||