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

resource: Prevent private state data loss on Delete method error #864

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

bflad
Copy link
Contributor

@bflad bflad commented Oct 23, 2023

Closes #863

The previous implementation assumed that Terraform core would preserve private state similar to "regular" state when a provider returned an error diagnostic while destroying a resource. The core implementation instead always uses the response data, which the framework was previously always discarding. This change corrects the errant design while also enabling provider logic to potentially update the private state in this situation.

Verified

This commit was signed with the committer’s verified signature.
bflad Brian Flad
Reference: #863

The previous implementation assumed that Terraform core would preserve private state similar to "regular" state when a provider returned an error diagnostic while destroying a resource. The core implementation instead always uses the response data, which the framework was previously always discarding. This change corrects the errant design while also enabling provider logic to potentially update the private state in this situation.
@bflad bflad added the bug Something isn't working label Oct 23, 2023
@bflad bflad added this to the v1.4.2 milestone Oct 23, 2023
@bflad bflad requested a review from a team as a code owner October 23, 2023 21:02
Copy link
Contributor

@bendbennett bendbennett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

@bflad bflad merged commit a6c07c2 into main Oct 24, 2023
@bflad bflad deleted the bflad/deleteresponse-private branch October 24, 2023 15:23
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Private State is lost after a failed Deletion
2 participants