terraform icon indicating copy to clipboard operation
terraform copied to clipboard

Add allow_missing_exit_status to remote-exec provisioner

Open brunotm opened this issue 6 years ago • 2 comments
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

brunotm avatar Jul 23 '19 14:07 brunotm

CLA assistant check
All committers have signed the CLA.

hashicorp-cla avatar Jul 23 '19 14:07 hashicorp-cla

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.

github-actions[bot] avatar May 21 '25 14:05 github-actions[bot]