You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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!
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
locked and limited conversation to collaborators
Apr 28, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: