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 1.0.11 ### Affected Resource(s) - github_branch_protection ### Terraform Configuration Files Note: I have tried it with both string slugs and integer Installation IDs to the same result....

Now that GitHub has taken over ownership of the `github` provider we need some instructions for upgrading. I tried the obvious: 1. update `required_providers`: 1. change `source` attribute to `integrations/github`....

documentation
breaking-change
provider
authentication

Hi. When I run `terraform apply` terraform tries to change this: ``` ~ required_pull_request_reviews { - restrict_dismissals = true -> null ``` After applying, terraform offers to apply it again....

bug
r/branch_protection

We manage a quite large number of github repositories through terraform. We want to ensure that all the repositories have the same issue labels. Currently, for each repo, we have...

### Terraform Version v1.2.6 ### Affected Resource(s) - github_repository - github_repository_environment ### Terraform Configuration Files ```hcl resource "github_repository_environment" "repo_environment" { repository = "my-org/repo" environment = "example_environment" } resource "github_actions_environment_secret" "test_secret"...

Type: Bug
Status: Up for grabs
hacktoberfest

List the teams which have access to a repository

Add an option to `data.github_team` to query only direct member. We need to use graphql for this because the Rest API does not offer the feature.

When creating a file without author and email information, github will add the following default author and email values. ``` "commit_author": "GitHub", "commit_email": "[email protected]", ``` When the same file is...