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

### Describe the need Bump go-github from v57 to v60 This bump has some breaking changes to fix. - In V60 - https://github.com/google/go-github/pull/3070 - https://github.com/google/go-github/pull/3073 These changes seem to feature...

Status: Up for grabs
Type: Maintenance

Resolves #2254 ---- ### Before the change? * Terraform GitHub provider lacks support for Deploy keys. ``` resource "github_organization_ruleset" "test" { name = "test-%s" target = "branch" enforcement = "active"...

### Expected Behavior When running the `github_actions_organization_permissions` with a mis-configuration like the below the `plan` should pick up on the error. The `plan` run should fail with the same reason...

Type: Bug
Status: Up for grabs

Resolves #2113 ---- ### Before the change? * When you apply the Terraform plan, you have the following: `"required_workflows": []` in state. This happens because there was no code that...

### Describe the need According to GitHub docummentation for creating rulesets for [repositories](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/creating-rulesets-for-a-repository) in your [organization](https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-organization-settings/creating-rulesets-for-repositories-in-your-organization) and REST API for managing rulesets for [organizations](https://docs.github.com/en/rest/orgs/rules?apiVersion=2022-11-28) and [repositories](https://docs.github.com/en/rest/repos/rules?apiVersion=2022-11-28) the following are eligible...

Type: Feature

### Expected Behavior Plan is successful and displays resource `module.test.github_repository.this` to be imported ### Actual Behavior Plan errors with message > ╷ │ Error: Cannot import non-existent remote object │...

Type: Bug
Status: Up for grabs

### Expected Behavior Gracefully handle when a user doesn't satisfy the two-factor authentication requirements for an organization when being created, rather than produce an error. ### Actual Behavior When I...

Type: Bug
Status: Up for grabs

### Describe the need I want to get the owner name for the provider. It seemed that the most reasonable way to do this is with an empty github_organization data...

Status: Up for grabs
Type: Documentation

### Expected Behavior The Terraform provider currently exhibits a problematic behavior where it silently ignores certain configuration settings when conflicting configurations are present. Specifically, if a user defines `squash_merge_commit_message` or...

Type: Bug
Status: Up for grabs

### Expected Behavior Modify my code to support the new v6 syntax, and be able to run a plan and apply like normal. ### Actual Behavior I was previously using...

Type: Bug
Status: Up for grabs