terraform-provider-github
terraform-provider-github copied to clipboard
Terraform GitHub provider
### Describe the need #1650 has revealed that we may have a number of data sources and resources that use an incorrect owner. When schema provides an owner field, we...
Hey there, We are working on some frontend react integrations with terraform code. Where in we want to provision application and then create on github oauth application. All above is...
### Describe the need Hello, I'm trying to differentiate between authentication methods: using PAT (Personal Access Token) in my local environment and the GitHub App in the CI environment. However,...
Resolves #1877 This PR adds new provider configuration parameters that mirror those in the `app_auth` block and make it possible to switch between token-based and app-based authentication via environment variables...
### Expected Behavior ``` Error: cannot find autolink reference KEY- in repo my-org/my-repo ``` ### Actual Behavior Panic error ### Terraform Version Terraform v1.5.4 on darwin_arm64 + provider registry.terraform.io/integrations/github v6.0.0...
### Expected Behavior Earlier the job ran successfully with the same argument mentioned in github_branch_protection resource ### Actual Behavior But now its failing with the above error. ### Terraform Version...
### Expected Behavior The query should only return the repositories with custom property `is_confidential` set to no ### Actual Behavior The query returned all of my org's repositories despite whether...
### Describe the need Today only a list of environments is available per repo - [github_repository_environments](https://registry.terraform.io/providers/integrations/github/latest/docs/data-sources/repository_environments) Having a data source for a specific repo environment would be very helpful in...
### Expected Behavior currently decode of json fails for certain response types, but since all exceptions that come out of the rest client are ignored there's just `null` stored in...
### Describe the need Custom tabs allow you to create links on your repository that can point to other services. - Repository > Settings > Integrations > Custom Tabs ###...