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 result should remain the same, the only change was the authentication and not the infrastructure itself. ### Actual Behavior For some reason once I applied the...

Type: Bug
Status: Up for grabs

### Describe the need We want to manage ProjectV2 collaborators like github_repository_collaborator. I think we can implement it with updateProjectV2Collaborators mutation. https://docs.github.com/ja/graphql/reference/mutations#updateprojectv2collaborators ### SDK Version _No response_ ### API Version...

Type: Feature
Status: Up for grabs

### Expected Behavior Plan finishes with no issues. ### Actual Behavior Errors on plan ` Error: non-200 OK status code: 403 Forbidden body: "{\n \"documentation_url\": \"https://docs.github.com/en/free-pro-team@latest/rest/overview/rate-limits-for-the-rest-api#about-secondary-rate-limits\",\n \"message\": \"You have exceeded...

Type: Bug

### Expected Behavior Hello, we have the following code to create new users: ``` resource "github_membership" "members" { for_each = yamldecode(file("./yaml_files/users.yml"))["users"] username = lookup(each.value, "username", null) role = lookup(each.value, "role",...

Type: Bug
Status: Up for grabs

### Expected Behavior I am currently importing an existing set of Github teams into Terraform management using this provider. After I import the team to my `github_team_members` resource, I expect...

Type: Bug
Status: Up for grabs

### Describe the need I'd like to be able to link a project from the organization to a repository to provide quick access to relevant projects. ![image](https://github.com/integrations/terraform-provider-github/assets/1610100/d237541a-cc1a-46dd-9ce8-2f3579bdeff5) ### SDK Version...

Type: Feature
Status: Up for grabs
Status: Pinned
hacktoberfest

### Describe the need The resource `github_repository_environment_deployment_policy` has `branch_pattern` to add branch based protection so could you also implement the same for tag based pattern. The github API already supports...

Type: Feature
Status: Up for grabs
Status: Pinned

### Problem I created some branch protection rules for some branches. These rules included required checks. After I applied them, it created matching contexts and a new check that is...

Type: Bug
Status: Up for grabs
Status: Pinned
vNext
hacktoberfest

### Describe the need I won't go into detail as to why a move towards the [TF Plugin Framework](https://developer.hashicorp.com/terraform/plugin/framework) is a good idea, the official docs explain it better than...

Type: Maintenance
Status: Pinned
Status: Stale

### Describe the need It is a common use case that the repository already exists and I want to manage it. Our company has ~5000 repositories, I will not write...

Type: Feature
Status: Needs info