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

### Expected Behavior The resource should created the secret in the envrionment. ### Actual Behavior Error when creating the secret using this resource. ### Terraform Version Terraform v1.9.2 ### Affected...

Type: Bug

### Describe the need As announced https://github.blog/changelog/2024-07-10-pre-defined-organization-roles-that-grant-access-to-all-repositories/ Github has added support for pre-defined organisation roles. To add new resource like `github_team_organization_role` similar to [`github_team_repository`](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/team_repository) to assign team to pre-defined role....

Type: Feature
Status: Up for grabs

### Describe the need The ```github_repositories``` resource allows 1000 repos to be returned. It says this is a limit of the API. However, when calling the API directly I can...

Type: Feature
Status: Up for grabs

### Expected Behavior actions_registration_token pulls repository and creates token for runner. ### Actual Behavior actions_registration_token inserts additional / prior to repo name, or perhaps it's trying to pull the repo...

Type: Bug
Status: Up for grabs

### Expected Behavior GitHub Repository resources to be created and it not to error ### Actual Behavior I my cases the repository is created, but the terraform resource is erroring...

Type: Bug
Status: Up for grabs

### Describe the need Would be great to be able to enable rules.code_scanning within the github_organization_ruleset and github_repository_ruleset resources. ![image](https://github.com/integrations/terraform-provider-github/assets/13116496/b6ad8f4b-f23e-4272-9a3c-bbe58432933c) ### SDK Version _No response_ ### API Version _No response_...

Type: Feature
Status: Up for grabs

### Describe the need In Terraform's GitHub provider, the `github_organization_webhook` resource is designed to manage webhooks at the organization level within GitHub. However, unlike its counterpart `github_repository_webhook`, which includes a...

Status: Up for grabs
Type: Documentation

### Expected Behavior When using the `github_repository_ruleset` and enabling the `required_status_checks` with a `required_check` config block, the integration_id is an optional value. When a `required_check` is configured with only the...

Type: Bug
Status: Up for grabs

### Describe the need Following up on https://github.com/integrations/terraform-provider-github/issues/1069, it appears Github has decided to split custom roles out into two separate types now and was deprecated Sept 6, 2023 (see...

Status: Up for grabs
Type: Maintenance

### Describe the need GitHub launched [push rules](https://github.blog/changelog/2024-09-10-push-rules-are-now-generally-available-and-updates-to-custom-properties/) for rulesets to GA recently where you can allow only a certain team or group to push particular paths or files. The...

Type: Feature