terraform-provider-github
terraform-provider-github copied to clipboard
Terraform GitHub provider
when hit by a rate limit, github provider simply hangs, without reporting anything to debug logs or user message... at least it should tell it's rate limited...
### Describe the need If the team ID is used there is no need to call the API to lookup the ID from the slug as it's already in state....
Resolves #524 ---- ### Before the change? * You cannot look up GitHub users by id ### After the change? * You can look up GitHub users by id ###...
#2377 but I won't delete my fork
### Describe the need The dependency go-github should be updated from v65.0.0 to v66.0.0 since at least [one issue](https://github.com/integrations/terraform-provider-github/issues/2394) needs a feature from the new version. ### SDK Version _No...
### Expected Behavior The documentation: https://github.com/integrations/terraform-provider-github/blob/580961747df6864f0f9e5123ebf3003712d00feb/website/docs/r/branch_protection.html.markdown?plain=1#L117 i.e.: > For workflows that use matrixes, append the matrix name to the value using the following pattern `([, ])` suggests that for a...
### Describe the need I get a 403 when trying to use data "github_app" while authenticated via an app with read only access. if I do the same with an...
Resolves #2047 ---- ### Before the change? * When creating `github_actions_environment_variable` resources, there is the chance on which the variable gets created, but the read operation fails - for example...
### Describe the need I'm using semantic versioning and this requires force pushes. I've got a github app that I'd like to allow force pushes for this. When I configure...
### Describe the need There is no terraform ressource available to configure Code Security Configuration on org level. Therefore the current [Code Security Configuration](https://github.com/organizations/YOUR-ORG/settings/security_products) is done via UI. ### Code...