terraform-provider-github
terraform-provider-github copied to clipboard
Terraform GitHub provider
Hi, I have a question about the provider I was not able to solve. I create Github teams like this: ``` resource "github_team" "this" { name = local.team_name description =...
### Describe the need The resource github_repository_file does not currently support automatic branch creation. For example, a potential use case is rather than directly writing changes to a long lived...
### Describe the need The `github_repository_topics` resource does not allow the "full name" repository format `owner/repo_name`. I need to create different provider aliases to manage topics across different repo owners....
### Expected Behavior When referencing the detailed_repositories attribute from a github_team data source, all team repositories are expected. ### Actual Behavior The list of repositories is truncated based on the...
### Expected Behavior Branch protection should be created. If I had to guess, this is likely related to the [bump](https://github.com/integrations/terraform-provider-github/pull/2081/files#diff-a483da9852b3cd77bdd18a439d5d0422c6598f2c5970b4a1e4e03d8747526e29R9) in `go-github` that went out in the most recent release....
### Describe the need We cannot used the resource `github_organization-settings` due to a bug that occurs when we don't have a enterprise account. We are currently on a Enterprise Plan...
### Expected Behavior I expected the `github_issue_labels` resource to allow me to specify the full list of issue labels I want, even if those issue labels overlap some of the...
### Expected Behavior I have not made any change to the bypass actors in my org ruleset so when I apply a terraform change, it should not produce a diff...
### Expected Behavior Hello, I have been encountering an issue making modifications to the `pages` block of `github_repository` resources in GitHub Enterprise Server (3.10.3). I am able to initially create...
### Describe the need I changed how GITHUB_TOKEN works on my local machine to allow switching between projects more easily. In short, I'm prefixing them and select the correct token...