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

### Describe the need This setting can be applied both at the Organization and Repository level and prevents Github Actions from being able to approve pull request reviews. This setting...

Type: Feature
Status: Up for grabs
Status: Stale

### Expected Behavior The [documentations](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository#attributes-reference) attribute reference suggests an attribute name repo_id should be available. However, non of our repos attributes contain this key. ### Actual Behavior All other attributes...

Type: Bug
Type: Support
Status: Stale

### Expected Behavior If a `github_repository` resource has the `pages` block configured and deployed, but then the repository's Github Pages configuration is subsequently changed outside of Terraform, the Github Terraform...

Type: Bug
Status: Up for grabs
Status: Stale
hacktoberfest

### Expected Behavior Managing github app installations should work fine with fine-grained Github tokens ### Actual Behavior Fine-grained Github tokens do not work with managing app installations. Running Terraform plan...

Type: Support

### Describe the need As a platform operator, I manage all my personal stuff using IaC principles. I would like to be able to manage my GitHub user account and...

Type: Feature
Status: Up for grabs
Status: Stale

### Expected Behavior Just got the 5.43 upgrade and I'm seeing failures like: ``` Error: PATCH https://api.github.com/repos/***: 422 Commit signoff is enforced by the organization and cannot be disabled []...

Type: Bug
Status: Up for grabs

### Expected Behavior Template is only used for creation of new repositories. Applying a template to an existing repository does nothing. ### Actual Behavior template is also applied to existing...

Type: Bug
Status: Up for grabs

### Expected Behaviour Terraform state has information about an attribute [required_workflows](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_workflows) of the [github_organization_rulesett](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset) resource. ### Actual Behaviour State **DOES NOT** include information about `required_workflows` attribute of `github_organization_ruleset` resource. ###...

Type: Bug
Status: Up for grabs

v4, graphql api, uses POST for all operations, including read RateLimitTransport sleeps for 1s between each POST/PATCH/PUT/DELETE operation Say you have 100 repos with 3 branch protection rules each, the...

Type: Bug
Provider
Status: Needs info

### Describe the need Github Advanced Security provides a lot of features, such as secret scanning, code scanning, and more expansive Dependabot management. Being able to manage these features for...

Type: Feature
Status: Up for grabs