packer/provisioner
Adrien Delorme 0362a3ec10
all shells: Pass env vars through a key value store (#11569)
* allowing to set shell env vars from a key/value map.
* tests

This new map will work alongside the `environment_vars` but it allows using a
datasource value seamlessly. At validation, and because `environment_vars` was
an array of strings containing `KEY=value`, using datsources would not work,
because these values are not known yet and would evaluate to `<unknown>`. With
this, the value and the key can be unknown and will validate correctly for
datasources.
2022-02-16 12:05:44 +01:00
..
breakpoint Use packer-sdc in packer + remove mapstructure-to-hcl2 & struct-markdown (#10913) 2021-04-16 11:52:03 +02:00
file File provisioner, don't fail when no content is passed. (#11349) 2021-10-28 15:50:32 -04:00
powershell all shells: Pass env vars through a key value store (#11569) 2022-02-16 12:05:44 +01:00
shell all shells: Pass env vars through a key value store (#11569) 2022-02-16 12:05:44 +01:00
shell-local remove sdk 2020-12-17 13:29:25 -08:00
sleep Use packer-sdc in packer + remove mapstructure-to-hcl2 & struct-markdown (#10913) 2021-04-16 11:52:03 +02:00
windows-restart windows-restart: Update documentation for restart_check_command (#11507) 2022-01-24 12:48:02 +01:00
windows-shell all shells: Pass env vars through a key value store (#11569) 2022-02-16 12:05:44 +01:00