terraform-provider-github
terraform-provider-github copied to clipboard
Terraform GitHub provider
### 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:...
### 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...
### 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...
### 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...
### 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...
### 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...
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...
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...