terraform-provider-github icon indicating copy to clipboard operation
terraform-provider-github copied to clipboard

Terraform GitHub provider

Results 510 terraform-provider-github issues
Sort by recently updated
recently updated
newest added

Resolves #2477 Due to decommissioning of Tag protection https://github.blog/changelog/2024-05-29-sunset-notice-tag-protections/ ---- ### Before the change? * [Documentation still includes](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository_tag_protection) information about `github_repository_tag_protection` resource which was removed in [v6.4.0](https://github.com/integrations/terraform-provider-github/compare/v6.3.1...v6.4.0) of the provider...

Note: This PR is based on the work of @joestump in the abandoned PR #252. Resolves #2662 ---- ### Before the change? * Resource not available ### After the change?...

### Describe the need GitHub Enterprise Server supports pre-receive hooks for repositories. It would be nice, if these could be managed with this provider. ### SDK Version _No response_ ###...

Type: Feature
Status: Triage

### Expected Behavior After creating `github_repository_environment` resources, I would expect that I can then successfully create `github_repository_environment_deployment_policy` resources. ### Actual Behavior After creating `github_repository_environment` resources, attempting to create `github_repository_environment_deployment_policy` resources...

Type: Bug
Status: Triage

### Expected Behavior To make changes on resource `github_organization_ruleset` ### Actual Behavior Terraform crashes when executing apply. ### Terraform Version Terraform v1.7.5 on linux_amd64 - Installed integrations/github v6.5.0 (signed by...

Type: Bug
Status: Triage

The pattern can be confusing since Github API and UI differ in this point. This is just a clarification for the documentation. See also: https://github.com/orgs/community/discussions/119797 See also: https://docs.github.com/en/rest/repos/rules#create-a-repository-ruleset Resolves #ISSUE_NUMBER...

### Describe the need We are currently on v66 and the latest version for google/go-github is v70. We should upgrade the dependency to stay on the latest version. Release Notes:...

Status: Triage
Type: Maintenance

### Describe the need There's new copilot PR review feature (currently on Preview). It can be enabled by repository/organization rulesets: https://docs.github.com/en/copilot/using-github-copilot/code-review/configuring-automatic-code-review-by-copilot Could you add support for it in TF provider?...

Type: Feature
Status: Triage

Resolves #2468 ---- ### Before the change? * The `github_app_installation_repository` and `github_app_installation_repositories` currently looks for an organization and deny users. ### After the change? * Users can now install apps...

Resolves #2657 ---- ### Before the change? The required_workflows section inside a GitHub organization_ruleset was not correctly saved in the Terraform state. This caused drift or prevented proper detection of...