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

### Describe the need At the moment the datat resource "github_organization_team_sync_groups" performs a lookup on all avaliable identity provider (IdP) groups. Ideally we should be able to filter towards a...

Type: Feature
Status: Up for grabs

### Expected Behavior This should create a github_repository_deployment_branch_policy resource ### Actual Behavior The provider crashed. Error: The terraform-provider-github_v6.3.0 plugin crashed! ### Terraform Version Terraform v1.9.5 on linux_amd64 + provider registry.terraform.io/integrations/github...

Type: Bug
Status: Up for grabs

### Expected Behavior Terraform should be able to add variables on environments named with `:` ### Actual Behavior ```terraform ❯ terraform apply -auto-approve data.github_repository.self: Reading... data.github_repository.self: Read complete after 0s...

Type: Bug
Status: Up for grabs
Status: Stale

### Expected Behavior Non-org repo should be updated from public to private and terraform should not have an error. ### Actual Behavior Repo is updated from public to private but...

Type: Bug
Status: Up for grabs
Status: Stale

Partially resolves #1067 by implementing a new `github_ip_allow_list_entry` resource which can be used to manage individual entries in [GitHub's IP allow list functionality](https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization) for an Organization, Enterprise or a GitHub...

Status: Stale

### Describe the need Hi all, thanks for the splendid work on this terraform provider so far :-) The terraform provider currently does not allow / lacking the feature of...

Type: Feature
Status: Up for grabs

### Describe the need Adding an option for setting `secret_scanning_push_protection_custom_link` parameter in GitHub organization settings Source: https://docs.github.com/en/enterprise-cloud@latest/rest/enterprise-admin/code-security-and-analysis?apiVersion=2022-11-28 ### SDK Version _No response_ ### API Version _No response_ ### Relevant log...

Type: Feature
Status: Up for grabs

### Expected Behavior The archived repository can be imported using the import block and there should be no update diff in tfplan result ### Actual Behavior ``` # module.repositories["sample"].github_repository.repository will...

Type: Bug
Status: Up for grabs

### Expected Behavior From data resource: ``` data "github_collaborators" "collaborator" { repository = "example-repository" owner = "org" affiliation = "direct" } output collaborators { value = data.github_collaborators.collaborator } ``` Output...

Type: Bug
Status: Up for grabs

### Expected Behavior When description is changed for an organization, it should not cause an org to be deleted, it should just change it back. ### Actual Behavior When description...

Type: Bug
Status: Triage