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

* Supports change to the GITHUB_OWNER environment variable * Note: test failures should be fixed by https://github.com/terraform-providers/terraform-provider-github/pull/491

size/XS

Throwing things at the wall to see what sticks. Trying to solve the problem of secrets management with as little overhead as possible. This should be viewed as a POC...

documentation
size/L

Addresses test failures since commit info is no longer set in `Read` per #466: ``` --- FAIL: TestAccGithubRepositoryFile_basic (15.20s) testing.go:654: Step 2 error: ImportStateVerify attributes not equivalent. Difference is shown...

size/XS

For some reason the "web" and "api" blocks published at https://api.github.com/meta are missing from the github_ip_ranges data source, this intends to remedy that. I'm not sure why they aren't included...

documentation
dependencies
size/XS

Changes: * set `license_template` attribute w/go-github's `GetLicense()` method Closes #306 Output of Acceptance tests: ``` --- PASS: TestAccGithubRepository_hasProjects (6.69s) --- PASS: TestAccGithubRepository_archive (9.07s) --- PASS: TestAccGithubRepository_templates (10.05s) --- PASS: TestAccGithubRepository_createFromTemplate...

size/XS

* Changes to help support `github_team` and `github_team_repository` resources when provisioned via an Enterprise account. * Address #404 #434 * Opening this PR more as a way to open the...

size/L
thinking

Migrates the repository resource ID from using the repository name to the global object ID. This will allow for such things are renaming repositories. **First pass, currently untested**

size/XXL

Uplifts the user data source to use v4 API API surface has been reduced considerably to only return relevant data in the context of Terraform. Happy to hear opinions on...

size/XXL

Uplifts the team data source to use v4 API API surface has been expanded to return more data. Example output: ``` team = { "child_teams" = [ { "slug" =...

size/XXL

Uplifts the collaborators data source to use v4 API API surface has changed: - Uses the organization specified to provider - Takes a repository ID instead - There is no...

size/XXL