mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-20 15:01:40 -04:00
In HCL2, it is possible to split the different components of a build over several files, and to build them by invoking `packer build' on the directory containing those partial templates. This was not documented, nor was there any example in Packer to highlight such a workflow, so we add those with this commit.