terraform
terraform copied to clipboard
Add allow_missing_exit_status to remote-exec provisioner
trafficstars
Add allow_missing_exit_status to remote-exec provisioner to allow terraform to continue when commands that run without returning an exit status. This is particularly useful in situations where the user issues a command that closes the underlying connection before returning (e.g. reboot).
Related https://github.com/hashicorp/terraform/issues/17844
Changelog Warning
Currently this PR would target a v1.13 release. Please add a changelog entry for in the .changes/v1.13 folder, or discuss which release you'd like to target with your reviewer. If you believe this change does not need a changelog entry, please add the 'no-changelog-needed' label.