packer-community / packer-windows-plugins

A suite of Packer plugins for provisioning Windows machines
112 stars 20 forks source link

Error when Powershell provisioner environment variable value contains = #68

Closed maniSbindra closed 7 years ago

maniSbindra commented 7 years ago
SECRET_KEY=osdfasdfasdfasdfasYUsdfsOx+sdfsdfadZk/ud2asdff1I+UYasdfasdfasdfasdfasdfSU4DDFDSCd2sMGGQ==

Same error received even when == in SECRET_KEY replaced by \=\= if == is removed packer build executes without any error

mefellows commented 7 years ago

Thanks for raising this. Note this repository is mostly inactive and has been moved to mitchellh/packer, have you considered upgrading?

maniSbindra commented 7 years ago

Thanks, I tried with version 0.12.3, I think the issue is resolved.