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

### Terraform Version ```bash $ terraform -v Terraform v1.2.9 on windows_amd64 + provider registry.terraform.io/hashicorp/local v2.2.3 + provider registry.terraform.io/integrations/github v5.0.0 ``` ### Affected Resource(s) - github_user_ssh_key ### Terraform Configuration Files ```hcl...

### Terraform Version ``` $ terraform -v Terraform v0.11.11 + provider.aws v2.0.0 + provider.github v1.3.0 + provider.random v2.0.0 ``` ### Affected Resource(s) - `github_repository_webhook` ### Terraform Configuration Files ```hcl resource...

bug
r/webhook

Hey, What the title says basically. The provider keeps trying to change the branches attribute of the github_repository resource, when the repo is archived. Even after applying, which outputs no...

### Terraform Version ``` $ terraform -v Terraform v1.2.9 on linux_amd64 + provider registry.terraform.io/integrations/github v4.31.0 ``` ### Affected Resource(s) Please list the resources as a list, for example: - `github_repository`...

Hello, I've been trying to authenticate my terraform-github and as per documentation you'll need only the following variables when authenticating using GitHub Apps: provider "github" { app_auth { id =...

Hi there, We need a resource to manage Actions settings of the repositories . ![image](https://user-images.githubusercontent.com/77307027/171370298-92f91f89-8040-4a01-9051-526184a1e3ab.png) Thanks for your help.

Currently there is a [github_team_repository resource](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/team_repository) to grant a particular team permissions on a particular repository. I think it would be useful to have a `github_team_repository` data source to query...

Hello all, I searched around a little but didn't see this issue reported already. If it is already reported, please link the original here - thanks! ### Terraform Version 1.2.9...

### terraform version Terraform v1.0.11 on darwin_amd64 + provider registry.terraform.io/hashicorp/external v2.1.0 + provider registry.terraform.io/integrations/github v4.18.2 Tested with a Full Access personal access token. ### Affected Resource(s) - github_user ### Terraform...

enhancement
good first issue
d/user

### Terraform Version Terraform v1.2.7 on darwin_arm64 Github provider - v4.31.0 ### Affected Resource(s) - github_repository_autolink_reference ### Terraform Configuration Files ```hcl resource "github_repository_autolink_reference" "eng" { provider = github.skm-github-admin-app for_each =...