-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Apply does not obey plan #3158
Comments
Perhaps this is caused by the lack of a |
Guessing this has something to do with the default being |
Adding some more detail as I ran into this issue recently. |
Thanks for the additional information @mafonso – I believe this issue is resolved in the current
I can't reproduce it as described. I believe the bug was introduced after v0.6.3 but fixed in this PR Sorry for the trouble. If you can still reproduce this on |
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. |
I've been able to reproduce a situation where an
apply
action does not obey the saved plan. The console output never mentions the extra attribute it changed, but I have cloudtrail logs showing the change.Situation:
I have an AWS instance, and I'm attempting to change the tags. My plan shows that the tag is the only change that will be performed:
I've saved the plan and ran apply using the saved plan:
But now the instance has Source/dest. check set to True, where it was False before running apply.
I'm not sure if this is limited to this resource/attribute or if this is a bigger problem. Either way, it's a pretty big problem.
Note: This was brought to light via another bug with the source_dest_check attribute, but the fact remains, apply should obey the plan and correctly display the changes it is making.
@mitchellh @catsby @phinze @radeksimko
The text was updated successfully, but these errors were encountered: