Timo Sand
Timo Sand
Hey @acouvreur 👋 Thanks for raising this! This is a valid point, that some resources could be auto-imported. Though I don't know how common that is for Terraform and with...
> We will want to add provider scoped [timeouts](https://developer.hashicorp.com/terraform/plugin/sdkv2/resources/retries-and-customizable-timeouts) even if we don't expose this as a setting initially. This timeout will be important for rate limit handling, as if...
Hi @choffa Thank you for contributing! Which `id` are you referring to here? The return values already contain `id` which is the `app_id` and it can be used for references...
@sheeeng The provider doesn't support `go-github` v79 yet. We're on v67 and getting to v79 in our v7 release. You could try rebase on https://github.com/integrations/terraform-provider-github/pull/2898, but that might not build...
Hey @nnellanspdl Thanks for bringing this to our attention! We're focusing on some big underlying changes to get v7.0 released and won't most likely be working on new features until...
Hey 👋 We'll still need to get the v7 upgrade of this provider done, so that go-github can be upgraded to the latest version. Then we can get this merged...
We hopefully won't be needing a v8 of the provider to upgrade to v80 of the SDK 😬 That's a fair question. I think we have the luxury of going...
The implementation relies on the fact that you configure the Organization in the provider. This is a pattern that was deliberately chosen. But you are right that it should be...
> @deiga would it be possible to hold off on this until we get #2941 merged? @stevehipwell Sure! Would you want to rebase that branch on top of go-github-v68, so...
Yes, this is possibly addressed in https://github.com/integrations/terraform-provider-github/pull/2958