You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds the ability to record partial failures from resource lifecycle
methods by adding a new `ResourceData.Error` field. This field is
populated when an error occurs during `Create` and `Update` events. In
this case, we'll persist failed resource back to the state before we
terminate the plan. Combined with the existing `NeedsCreate` field, we
can record when an operation needs to be retried on the next run.
Recording partial failures also makes it so resources can be properly
deleted if the user opts to perform a delete rather than a retry.
PLAT-212
0 commit comments