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

Terraform GitHub provider

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

### Expected Behavior Hi, I'm trying to create a terraform github_app_installation_repository resource with github provider version ~>6.0 and when I run terraform apply I get the following error: ` Error:...

Type: Bug
Status: Triage

### Expected Behavior `github_team_membership` should be created successfully for the team that was just created in the same `terraform apply`. ### Actual Behavior The `github_team_membership` resource fails to create, because...

Type: Bug
Status: Triage

### Describe the need Source issue : https://github.com/integrations/terraform-provider-github/issues/1266 (autoclosed ...) This is now available in the GitHub API here: https://docs.github.com/en/rest/actions/permissions#set-default-workflow-permissions-for-a-repository Relates to https://github.com/integrations/terraform-provider-github/issues/1265 ### SDK Version _No response_ ### API...

Type: Feature
Status: Triage

### Expected Behavior When destroying a `github_actions_repository_permissions` resource, the provider should do so in a compliant way as to not result in an error when Actions permissions / policies are...

Type: Bug
Status: Triage

### Expected Behavior `patterns_allowed = []` should update the Github UI with `no patterns` ### Actual Behavior When `patterns_allowed = ["actions/cache@*", "actions/checkout@*"]` is changed to `patterns_allowed = []` , it...

Type: Bug
Status: Triage

### Expected Behavior I'm debugging why is my terraform plan taking too long - 7+ minutes. I have run the plan with `TF_LOG=TRACE`, but it seems that there is no...

Type: Bug
Status: Triage

Resolves #2314 Resolves #2224 ---- ### Before the change? * No support for organization org roles ### After the change? * Added support for organization or roles * Data sources...

### Describe the need The current GitHub Terraform provider does not support forking repositories via configuration. This functionality would be valuable for teams or individuals who want to create forks...

Type: Feature
Status: Triage

Resolves https://github.com/integrations/terraform-provider-github/issues/2632 ---- ### Before the change? * Forking repos using terraform is not possible ### After the change? I've added support for forking GitHub repositories to the GitHub Terraform...

Resolves #2494 ---- ### Before the change? * Resources using the removed classic projects REST API would not work and were not deprecated ### After the change? * Resources using...