terraform-provider-github
terraform-provider-github copied to clipboard
Terraform GitHub provider
### Terraform Version Terraform v0.11.7 It would be incredibly helpful to have a resource that just forks a repo into given organization. This would allow forking terraform public modules into...
Hello, I'm trying to create a repository in an organisation using my personal access token. My config is something like this: ``` terraform { required_version = "=1.0.3" required_providers { aws...
### Describe the need Currently, the `github_organization_team_sync_groups` data source fetches all groups (in fixed page sizes of 100). This causes performance issues if a large number of groups are synced...
### Describe the need We have teams where we want to enforce no direct members (membership through child teams only). We are unable to enforce this as we cannot use...
### Describe the need Please consider to introduce for the _resource_ and _datasource_ `github_repository` the attribute `owner`. It would be very helpful to have this information directly available instead of...
Thanks to https://github.com/github/roadmap/issues/73 we can create [GithubAction groups with self-hosted runners](https://docs.github.com/en/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow) ### Expected Behavior Define self-hosted runners in terraform, based on API ref [1] ### Actual Behavior lack of this...
Resolves #2314 ---- ### Before the change? * It was not possible to assign an organization role to a team with the Terraform provider ### After the change? * Implemented...
Still hitting this issue in 5.9.2 for the `github_team` resource. _Originally posted by @chamoisla in https://github.com/integrations/terraform-provider-github/issues/1373#issuecomment-1329370004_ **Terraform Version** 1.1.3 **Affected Resource(s)** `github_team` If this issue appears to affect multiple resources,...
Currently we can only provide a username to in the `github_membership` and `github_user` data sources. We're interested in using the unique identifier found at `https://api.github.com/users/{USERNAME}` in the `"id"` field. This...
This is a feature request. Recently, I have archived a repository that has issue labels are managed by Terraform. When I try to delete the declarations of labels in my...