-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat: Added latest_restorable_time
to ignore_changes
#356
Conversation
Ignore latest_restorable_time property
Hi @FieryCod is there any chance you could fix this PR so it's in a mergeable state? I would really love to see it, this change on lastest_restorable_time is really annoying to me as well :) |
@drmaciej done. |
@FieryCod thanks much! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@antonbabenko I believe this one should be acceptable since its an attribute not an argument https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_instance#latest_restorable_time
related to upstream AWS provider issue hashicorp/terraform-provider-aws#19727
latest_restorable_time
propertylatest_restorable_time
to ignore_changes
I agree. Let's fix the CI and it will be ready to merge. |
can we please merge this ? |
## [3.5.0](v3.4.2...v3.5.0) (2022-01-12) ### Features * Added `latest_restorable_time` to ignore_changes ([#356](#356)) ([77902c2](77902c2))
This PR is included in version 3.5.0 🎉 |
awesome, unfortunately it doesn't work though |
could you elaborate? the lifecycle ignore is intended to ignore any future changes so if that is happening then it does work. if just a few more words/details makes a world of a difference 😉 |
I have tested this and found that this PR doesn't have the desired effect. I updated to 3.5.0 and ran I don't think that |
This issue has been resolved in version 4.0.0 🎉 |
I'm going to lock this pull request 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 related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Ignore
latest_restorable_time
propertyDescription
Motivation and Context
I would rather not see the outside change of
lastest_restorable_time
on every apply.Breaking Changes
None
How Has This Been Tested?
examples/*
projects