mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 06:21:41 -04:00
* provisioner/shell: add support for Env variables As mentioned in issue #11670, the Shell provider did not support Env variable declarations in the HCL templates. This commit adds the capability to the code. * provisioner/powershell: add support for Env vars * provisioner/windows-shell: support Env variables