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

A deleted orphan should have no planned change #32246

Merged
merged 1 commit into from Nov 22, 2022

Commits on Nov 18, 2022

  1. a deleted orphan should have no plan

    If when refreshing an orphaned instance the provider indicates it has
    already been deleted, there is no reason to create a change for that
    instance. A NoOp change should only represent an object that exists and
    is not changing.
    
    This was likely left in before in order to try and provide a record of
    the change for external consumers of the plan, but newer plans also
    contain all changes made outside of Terraform which better accounts for
    the difference. The NoOp change now can cause problems, because it may
    represent an instance with conditions to check even though that instance
    does not exist.
    jbardin committed Nov 18, 2022
    Copy the full SHA
    7946e4a View commit details
    Browse the repository at this point in the history