terraform-provider-github icon indicating copy to clipboard operation
terraform-provider-github copied to clipboard

Terraform GitHub provider

Results 439 terraform-provider-github issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.18.0 to 1.49.0. Release notes Sourced from github.com/golangci/golangci-lint's releases. v1.49.0 Changelog 69a49cf6 build(deps): bump github.com/GaijinEntertainment/go-exhaustruct/v2 from 2.2.2 to 2.3.0 (#3122) 9da04f50 build(deps): bump github.com/go-critic/go-critic from 0.6.3 to...

dependencies
go

Please support more Organization level settings, such as: - disabling repo creation by members - enabling Dependabot on all new repos - enabling GitHub Advanced Security on all new repos...

# Authorization Superissue, v5.0.0 proposal Recently we've had a lot of papercuts with the provider's authentication mechanism. I've performed a bunch of testing (see results below) and I've come up...

Opening an issue on behalf of @danielpops and @chaosaffe from discussion in https://github.com/integrations/terraform-provider-github/pull/1263. This would have began as of v4.31.0. This PR causes a plan like so to be generated...

Github has updated protected branches to include an `app_id` along with the status_check `context` as a new object named `checks`. This has depreciated `context` at the higher level and is...

It would be nice if this resource exposed some way to obtain files associated with a release.

According to: https://github.com/integrations/terraform-provider-github/blob/06054eb8fdaa96354e4706583fc05c3d06d27760/github/resource_github_repository_webhook.go#L40 This field is no longer necessary. When I tried to create a webhook using provider version v5.0.0 using TF Cloud, the `Plan` failed and let me know...

Data github_team is not retaining any state information and is causing other resources that reference information from the data block to recreate when no changes should be done. ### Terraform...

Hi there, We were trying to enable `enforce_admins = true` and we see a TF plan like the following but when we apply we get an error. As you can...

Type: Bug
Status: Up for grabs