Skip to content

Commit

Permalink
Add documentation for remote-exec/allow_missing_exit_status argument
Browse files Browse the repository at this point in the history
  • Loading branch information
brunotm committed Jul 23, 2019
1 parent e44c7bb commit b1df508
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/docs/provisioners/remote-exec.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ The following arguments are supported:
that will be copied to the remote resource and then executed. They are executed
in the order they are provided. This cannot be provided with `inline` or `script`.

* `allow_missing_exit_status` - (Optional) If `true`, commands that run without
returning a exit status will be treated as a success, allowing terraform to
continue. This is particularly useful in situations where the user issues a command
that closes the underlying connection before returning (e.g. reboot).

## Script Arguments

You cannot pass any arguments to scripts using the `script` or
Expand Down

0 comments on commit b1df508

Please sign in to comment.