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

We are looking to use the github_organization data source in part to verify that users from config files (maintained by humans and used by our Terraform code) belong to an...

### Description Being able to retrieve the latest release from a given repository is awesome, but there's circumstances in which it'd be beneficial to grab the latest prerelease. In a...

Attempt to solve #985 for `github_branch_protection_v3`. According to the [docs](https://docs.github.com/en/rest/reference/branches#update-branch-protection), the `checks` field contains a list of objects that contain the fields of `context` and `app_id`. Note: I wrote a...

Fixes #647. The provider currently doesn't respect any ownership configuration when running in anonymous mode. This is annoying because it blocks all kinds of uses, for example data sources retrieving...

Changes the github_branch_protection resource. This enables us to use the branch protection resource without using a data block just to retrieve the node ID for users/teams. Node IDs can still...

Part of #980. TODO: - [ ] Can we do a lookup and obviate the need for `GITHUB_TEST_ORGANIZATION`? - [ ] Ensure `skipUnlessMode` does the right thing with organization, user,...

v5

Determine `owner` from App authentication (`app_auth`) if none specified. Suggested [fix](https://github.com/integrations/terraform-provider-github/issues/929#issuecomment-937721191) by @shrink to https://github.com/integrations/terraform-provider-github/issues/929.

Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.25.1 to 1.42.0. Release notes Sourced from github.com/golangci/golangci-lint's releases. v1.42.0 Changelog 652bd912 Add errname linter (#2129) c6142e38 Bump staticcheck to 2021.1.1 (v0.2.1) (#2179) 15963edb Revert "add nilassign...

dependencies
go

Hello, would like to manage GitHub organizations (creating, renaming, deleting) by terraform. I have not found `resource_github_organization` resource to create/update/delete organization by terraform. Found that it is possible by GitHub...