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

tfsdk: Added automatic RemoveResource() call after Resource type Delete method execution #301

Merged
merged 2 commits into from Apr 22, 2022

Commits on Apr 22, 2022

  1. tfsdk: Added automatic RemoveResource() call after Resource type Dele…

    …te method execution
    
    Reference: #100
    
    Due to provider developer feedback, the framework will now perform automatic removal of state on successful (no error diagnostic) `Resource` type `Delete` executions. This matches the behavior of terraform-plugin-sdk.
    
    Providers can still explicitly call `(State).RemoveResource()` or leave existing implementations, however it is extraneous for most `Delete` logic now.
    bflad committed Apr 22, 2022
    Copy the full SHA
    8e10ed8 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG for #301

    bflad committed Apr 22, 2022
    Copy the full SHA
    0968bef View commit details
    Browse the repository at this point in the history