Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add allow_missing_exit_status to remote-exec provisioner #22180

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

brunotm
Copy link

@brunotm brunotm commented Jul 23, 2019

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 #17844

@hashicorp-cla
Copy link

hashicorp-cla commented Jul 23, 2019

CLA assistant check
All committers have signed the CLA.

brunotm added 2 commits July 24, 2019 11:23
If true allows terraform to continue when the remote command
execution terminates without a before a exit status is returned.
@brunotm brunotm force-pushed the brunotm.allow_missing_exit_status branch from b1df508 to 248d07a Compare July 24, 2019 10:23
Base automatically changed from master to main February 24, 2021 18:01
@radditude radditude requested a review from a team as a code owner November 8, 2023 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants