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

aws_network_interface diffs didn't match during apply when using ignore_changes lifecycle on private_ips #5202

Closed
lussier opened this issue Feb 18, 2016 · 3 comments

Comments

@lussier
Copy link

lussier commented Feb 18, 2016

Whenever I attach a lifecycle policy like this one

lifecycle { "ignore_changes" = ["private_ips"] }

to an aws_network_interface, the apply throws a diffs didn't match during apply error for all the interfaces. I'm using Terraform v0.6.11.

As a workaround I create them without that lifecycle policy, and then reintroduce it after a first apply.

@phinze
Copy link
Contributor

phinze commented Feb 19, 2016

Hi @lussier - we believe this has been fixed on master with #4965 having landed. Do you have the ability to give master a shot and see if the problem still exists there?

@lussier
Copy link
Author

lussier commented Feb 19, 2016

Hi @phinze. I just retested the creation scenario with the master version without any problem. I confirm that the issue is fixed in master. Thanks a lot!

@lussier lussier closed this as completed Feb 19, 2016
@ghost
Copy link

ghost commented Apr 28, 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 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants