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 Allow setting `https_enforced` when setting up GitHub Pages. It would be a nice addition to `cname` and `build_type` that are already possible. ### SDK Version _No...

Type: Feature
Status: Up for grabs

If the `visibility` property is not specified on the `github_enterprise_actions_runner_group`, an error is thrown. ### Pull request checklist - [X] Tests for the changes have been added (for bug fixes...

### Expected Behavior **No Changes** should have been shown in the plan ### Actual Behavior There is always a resource update: Plan: 0 to add, 1 to change, 0 to...

Type: Bug
Status: Up for grabs

`terraform state mv module.foo.github_branch_protection.this module.foo.github_branch_protection_v3.this` does not work, I think this is because the change was introduced after switching maintainers to github. Once you switch providers, you can't read the...

Status: Up for grabs
Type: Documentation
Provider

### Expected Behavior No errors should occur when deploying a `github_enterprise_organization` followed by `github_organization_settings`. ### Actual Behavior When deploying both resources `github_enterprise_organization` and `github_organization_settings` deployment in the same apply, we...

Type: Bug
Status: Up for grabs

### Expected Behavior It should be possible to set `github_team_settings.review_request_delegation.notify` without enabling auto assignment. These are independent settings: ![image](https://github.com/integrations/terraform-provider-github/assets/133344217/459ff755-2113-4ff3-8579-1ab71701e56b) ### Actual Behavior When only setting `notify`, `terraform apply` fails with...

Type: Bug
Status: Up for grabs

Invoke `gh auth token ... --user ...` if the special parameter is added to provider conf. Otherwise `gh auth token` will give the token for the user that did last...

### Terraform Version Terraform v0.13.5 ### Affected Resource(s) Please list the resources as a list, for example: - github_actions_organization_secret ### Terraform Configuration Files ```hcl resource "github_actions_organization_secret" "this" { for_each =...

Type: Bug
r/actions_secret
Status: Needs info

We're now using the `github_organization_settings` to configure some organisational settings (instead of "manual") and we noticed that settings `members_can_fork_private_repositories` works in unexpected ways with the organisational settings: ![image](https://github.com/integrations/terraform-provider-github/assets/35613489/678a0e36-f571-41d8-87ae-880104c30b9d) We had...

Type: Bug
Status: Needs info

### Use Case/Problem We are scaffolding alerts in New Relic where the best source of truth for some required data are yaml files stored within this repository: https://github.com/newrelic/entity-definitions. We are...

Type: Bug
Status: Up for grabs
hacktoberfest