terraform-provider-github
terraform-provider-github copied to clipboard
Terraform GitHub provider
Hi there, ### Terraform Version ```shell Terraform v1.1.9 on linux_amd64 + provider registry.terraform.io/integrations/github v4.25.0-alpha ``` ### Affected Resource(s) - github_emu_group_mapping ### Expected Behavior The GitHub Terraform provider should provide a...
WIP. Fixes #1145.
### Terraform Version v1.2.1 ### Affected Resource(s) Please list the resources as a list: - github_emu_group_mapping ### Expected Behavior Success ### Actual Behavior github_emu_group_mapping.example_emu_group_mapping: Creating... Error: parsing time "\"2022-07-13 15:06:32...
Since a lot of resources (graphql-based ones) now require us to use the team's Node ID instead of just the slug, we often have to use data sources just to...
### Terraform Version 0.12.6 ### Affected Resource(s) Please list the resources as a list, for example: - `github_repository` - `github_branch_protection` - `github_team_repository` - `github_actions_secret` ### Terraform Configuration Files Here's our...
Adding the following attributes to the `github_ip_ranges` data resource: * `web` * `web_ipv4` * `web_ipv6` * `api` * `api_ipv4` * `api_ipv6` Somebody else had an old PR for this here...
are there plans to add support for a Github "Security Managers" feature? https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization we've been configuring it manually via Github UI but would love to have it terraformed. thank you!
This is not a bug but a feature request - I don't see where best to put this other than in Issues. If I am in the wrong place, please...
This updates the transport used to make requests to the GitHub API to set a `User-Agent` request header with `terraform-provider- github` and the current version (e.g. `terraform-provider-github/4.26.1`). Because this hooks...
### Terraform Version ``` Terraform v1.2.6 on linux_amd64 ``` ### Affected Resource(s) - github_branch_protection ### Terraform Configuration Files N/A - these docs problems impact a potential user before they get...