pulumi/changelog
Thomas Gummerer ad46c0ad3e destroy: implement --continue-on-error
Implement a `--continue-on-error` flag for `pulumi destroy`.  This
makes sure we continue processing destroys even if errors occur.  We
will only continue for resources which do not depend on the failed
resource, to make sure we always have a valid snapshot available, and
to not leave any orphaned resources behind.

Resources that fail to destroy will still continue to be managed by
pulumi, and the process ends in an error to indicate to the user that
there were problems and the destroy didn't succeed cleanly.

The output will continue to be the same as for failed destroys, except
we now may succeed in destroying more resources than before.
2024-03-19 17:27:28 +01:00
..
pending destroy: implement --continue-on-error 2024-03-19 17:27:28 +01:00
config.yaml Rename filestate to DIY (#15314) 2024-01-30 15:53:10 +00:00