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

Hi there, ### Terraform Version 1.0.11 mainly but tested with 1.2.8 too ### Affected Resource(s) - github_team ### Terraform Configuration Files ```terraform github_team_names = [ "team1", "team2", "teamX", ] ```...

Hi, I'd to request to add support for organization invitation, specifically using email to send the invitation. https://docs.github.com/en/rest/reference/orgs#create-an-organization-invitation

Hey Team, I was looking for a way to manage GitHub apps [1] via Terraform but quickly realized there is none. It would be great to be able to setup...

Type: Feature
New resource

Hello! I believe `terraform-provider-github` fails to recognize the targeted organization when [authenticated with a GitHub App installation](https://registry.terraform.io/providers/integrations/github/4.30.0/docs#github-app-installation), causing: ``` Error: this resource can only be used in the context of...

Reading the [docs](https://docs.github.com/en/rest/teams/members#add-or-update-team-membership-for-a-user) further on this action, the create endpoint can also be used for updating role. > If the user is already a member of the team, this endpoint...

### Request Hello, I would like to [manage the IP allow list](https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization) for my GitHub organizations via Terraform. On the web I can do this at `https://github.com/organizations//settings/security`. ### What I've...

### Terraform Version 1.1.0 ### Expected Behavior A data source to retrieve the `node_id` of a GitHub app, so that I can use it in the `github_branch_protection` resource. ### Actual...

enhancement
new-data-source

GitHub updated their [autolink feature](https://github.blog/changelog/2022-08-31-autolinks-with-alphanumeric-or-numeric-ids/) to support either alphanumeric or numeric IDs. This is a request to update the [github_repository_autolink_reference](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository_autolink_reference) resource to support the new `is_alphanumeric: boolean` argument, which indicates...

- Adding support for returning information about a GitHub app. - This feature enables the scenario where you'd like an app to be part of the push restrictions list for...

### Affected Resource(s) - github_repository ### Expected Behavior I should be allowed to specify the "source" of my pages enabled github_repository resource to be GitHub Actions, much like I can...