mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-26 01:34:00 -04:00
Datasource evaluation was embedded in the sequential scheduler for HCL templates, but this has to move so we can individually invoke it later on when we add the DAG to the codebase. Therefore, we move the logic for evaluating a single datasource to the PackerConfig once more, and call this evaluation function from the scheduler.