integrations / terraform-provider-github

Terraform GitHub provider
https://www.terraform.io/docs/providers/github/
MIT License
863 stars 708 forks source link

fix(etag): fix etag being noisy when no actual state has been changed #2296

Closed aamkye closed 5 days ago

aamkye commented 2 weeks ago

Resolves:


Before the change?

After the change?

Pull request checklist

Does this introduce a breaking change?

Please see our docs on breaking changes to help!


Disclaimer - I made the change according to my needs, please let me know if this should be extended to all/other resources.

aamkye commented 1 week ago

@kfcampbell could you look at this? :)

kfcampbell commented 5 days ago

@aamkye I can't accept a PR that modifies a vendored file, sorry. That would just be overwritten the next time dependencies are updated. I agree that this issue is super annoying but maybe we can find a more durable way around it.

aamkye commented 5 days ago

@kfcampbell, so if I understood correctly, first I need to make a change in vendor file but within vendor repo (https://github.com/hashicorp/terraform-plugin-sdk), and then adjust suppression functions?