-
Notifications
You must be signed in to change notification settings - Fork 66
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
add support for lifecycle ignore_changes #35
base: main
Are you sure you want to change the base?
Conversation
Gentle nudge for a review? |
ping @terraform-providers/enablement |
hail mary pass, ping @appilon @apparentlymart @radeksimko? |
even harder hail mary pass. ping @mitchellh? |
HELP! HELP! THERE IS A FIRE IN THE BUILDING! ...just kidding, but is anyone out there? |
Would it help to push a commit to fix the travis linting error? |
Did that. Looks like there are some failing test cases as well. I'd be happy to invest the time in fixing them if anyone who has the ability to actually approve this PR would chime in on if that has a chance of happening. |
Thanks for the PR, @tkellen. I appreciate the work on the
I'd like to add respectfully that adding "nudge" comments to PRs will not change the timeline in which the maintainers of this provider will review them. While waiting for a PR, you're welcome to update it with more information that will help us triage the issue, or fix linting and test failures. |
Thanks for the response @kmoe! I'll ping back here when I've had time to address the additions you've described. With respect to the nudge comments, I see PRs that are 1+ year old on this repository that nobody ever posted on a comment on. It's hard to see from an outsiders perspective what triggered your review of this other than my silly commentary (I hope it was obviously playful and not incendiary). Do ya'll have any documentation about what a contributor should expect in terms of timeline? For example, if I knew you only reviewed this provider quarterly or something I would change my approach considerably. |
@kmoe @tkellen Any update on the status of this? Until this is added so that @kmoe @appilon as far as the test failing, that looks to be related to the repo having changed organizations and #40 so I think that needs to be changed on the hashicorp side. Honestly it is quite confusing that the provider lives here instead of in terraform-providers organization with everything else |
Sounds like your use-case is exactly the same as mine @vs-jawad. Unfortunately no, I haven't been able to dig into this further just yet. I wound up going with a shell script / envsubst approach due to the delay in feedback here and the fire that was burning on this is now out. |
Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement Learn more about why HashiCorp requires a CLA and what the CLA includes Tyler Kellen seems not to be a GitHub user. Have you signed the CLA already but the status is still pending? Recheck it. |
is this at all being considered, happy to give it a shot myself it this PR has been abandoned. |
This makes it so it is possible to ignore changes to
content
orcontent_base64
. The previous read implementation was a bit too naive.Is it necessary to write tests for this given that this modified implementation relies on upstream
lifecycle.ignore_changes
diffing behavior?