terraform-provider-github icon indicating copy to clipboard operation
terraform-provider-github copied to clipboard

Terraform GitHub provider

Results 439 terraform-provider-github issues
Sort by recently updated
recently updated
newest added

Resolves #2371 ---- I have not been able to add tests as this feature is only available with paid plans. I will look to add tests that can be run...

### Describe the need Aside from the lack of documentation (#888), there is a lack of practical usage considering Vault, AWS SSM, Azure Key Vault, 1Password, etc. Requirements: * When...

Type: Feature
Status: Up for grabs

### Expected Behavior The provider returns a correct http response of the Github API ### Actual Behavior It crashes after some time: ``` data.github_rest_api.apps: Reading... data.github_rest_api.apps: Still reading... [10s elapsed]...

Type: Bug
Status: Up for grabs

### Describe the need I appreciate this is something of an edge case, but it would help to significantly reduce the amount of code we have to managed in our...

Type: Feature

### Expected Behavior When using the github_actions_organization_permissions or github_enterprise_actions_permissions by providing the required arguments: enabled_repositories = "none" https://registry.terraform.io/providers/integrations/github/latest/docs/resources/actions_organization_permissions#enabled_repositories enabled_organizations = "none" (https://registry.terraform.io/providers/integrations/github/latest/docs/resources/enterprise_actions_permissions#enabled_organizations) no other attributes should provided and the actions...

Type: Bug

### Describe the need It would be great if we can manage the Github [**Privately reporting a security vulnerability**](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository#security-and-analysis-configuration) feature for repositories, for example via the `security_and_analysis` block. ### SDK...

Type: Feature

Using TFE on premise behind a company proxy. On Applying plan, we get the error below: `Error: Post "https://api.github.com/user/repos": dial tcp 140.82.121.5:443: connect: connection timed out` Wondering if the provider...

Type: Support

### Describe the need Currently the resource "github_team_sync_group_mapping" uses an [endpoint](https://docs.github.com/en/enterprise-cloud@latest/rest/teams/team-sync?apiVersion=2022-11-28#list-idp-groups-for-a-team) that is not compatible with GitHub app tokens. We need to use a GitHub app token to avoid being...

Type: Feature

### Expected Behavior The resource creation/modification would complete w/o error. ### Actual Behavior Returns: `Error: PUT https://api.github.com/organizations/XXX/team/XXX/repos/XXX/YYY: 422 Validation Failed []` without any further information. While doing plan, this appears:...

Type: Bug
Status: Up for grabs

This commit add the control of the allowed_repositories and the allowed_actions for the actions_permission resources. Without them the API calls will fail because the allowed_actions and the allowed_repository are passed...