Question ?
Should $ErrorActionPreference='Stop' by default for the inline powershell provisoner?
Currently if any command fails the packer build "succeeds", i've been adding $ErrorActionPreference='Stop'
as the first line of every inline powershell provisoner i've setup and it's a bit tedious and easily missed. Causing a build to look like it succeeds.
Quite happy to submit a PR, just wanted to gauge appetite