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

ignore_changes still says it plans to destroy even though it doesn't #6720

Closed
ahodges22 opened this issue May 17, 2016 · 2 comments
Closed

Comments

@ahodges22
Copy link

Follow up from #3555

I'm running the latest version of Terraform (v0.6.16), and when managing AWS instances and setting it to ignore AMI changes with this:

  lifecycle {
        ignore_changes = ["ami"]
    }

I still have it telling me it's planning on destroying my instances when I update the AMI ID to something new:

Plan: 0 to add, 3 to change, 5 to destroy.

I created a test instance to see if it would actually destroy the instance, and it doesn't. However I'd like to have it not say # to destroy on Terraform Plan if it is not actually planning on destroying these instances.

@ahodges22
Copy link
Author

Duplicate: #6379

@ghost
Copy link

ghost commented Apr 25, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant