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

### Expected Behavior When the file exists it should just skip over the file and do not propose any changes. ### Actual Behavior If the file was created via the...

Type: Bug
Status: Up for grabs

### Describe the need I am writing to request a potential enhancement to the current functionality of the GitHub provider in Terraform. After studying the documentation available at https://registry.terraform.io/providers/integrations/github/latest/docs/resources/actions_runner_group, it...

Type: Feature

### Describe the need I would like to be able to manage workflows (as described in the [GitHub API](https://docs.github.com/en/rest/actions/workflows?apiVersion=2022-11-28)) with Terraform. In particular I am looking for a way to...

Type: Feature
Status: Triage

Hi there, ### Terraform Version ``` Terraform v0.14.5 provider registry.terraform.io/integrations/github v4.3.1 ``` ### Affected Resource(s) - github_repository ### Terraform Configuration Files ``` resource "github_repository" "rebrand" { name = "rebrand" visibility...

Type: Bug
r/repository

Resolves #2137 Introduces the support to use `repository_property` to target repositories in the ruleset ---- ### Before the change? * Cannot target ruleset using `repository_property` ### After the change? *...

### Expected Behavior The following will provide a list of IP addresses: ```terraform data "github_ip_ranges" "default" {} ``` ### Actual Behavior It fails with the following: >Error: json: cannot unmarshal...

Type: Bug
Status: Up for grabs

### Describe the need We manage our whole GitHub organisation programatically, including the creation of repositories. We are also a GHAS customer, and want to use it to it's maximum....

Type: Feature
Status: Up for grabs
Status: Stale
hacktoberfest

### Describe the need Add the ability to add conditionals to [repository rulesets](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository_ruleset) using file_path_restriction, this requires #2359 to be implemented first. Once #2359 is merged I will do a...

Type: Feature
Status: Triage

Resolves #2358 ---- ### Before the change? * go-github@v63 ### After the change? * go-github@v64 ### Pull request checklist - [ ] Tests for the changes have been added (for...

### Expected Behavior The teams are removed except for the "security manager team". ### Actual Behavior ``` Error: DELETE https://api.github.com/orgs//teams/security-squad/repos//example: 403 You cannot remove repositories from a security manager team....

Type: Bug
Status: Up for grabs