mirror of
https://github.com/hashicorp/terraform-provider-github
synced 2026-04-05 18:59:44 +00:00
No description
- Go 97.5%
- HTML 1.5%
- Makefile 0.6%
- Shell 0.4%
* Fix references to "master" Signed-off-by: Stephen Hoekstra <shoekstra@schubergphilis.com> * Use commit SHA to lookup commit info Currently the provider loops through commits in a repo until it finds the most recent commit containing the managed file. This is inefficient and could lead to you being rate limited if managing a few files that were updated a long time ago. This commit fixes that by storing the commit SHA when updating the file and using that SHA to lookup the commit info instead of looping through all commits. Signed-off-by: Stephen Hoekstra <shoekstra@schubergphilis.com> |
||
|---|---|---|
| .github | ||
| examples | ||
| github | ||
| scripts | ||
| vendor | ||
| website | ||
| .gitignore | ||
| .go-version | ||
| .golangci.yml | ||
| .travis.yml | ||
| CHANGELOG.md | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| GNUmakefile | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
| renovate.json | ||
| SECURITY.md | ||
| tools.go | ||
Terraform Provider GitHub
- Website: https://www.terraform.io
- Mailing list: Google Groups
Requirements
Usage
Detailed documentation for the GitHub provider can be found here.
Contributing
Detailed documentation for contributing to the GitHub provider can be found here.
Roadmap
This project leverages Milestones to scope upcoming features and bug fixes. Issues that receive the most recent discussion or the most reactions will be more likely to be included in an upcoming release.
Support
This is a community-supported project. GitHub Support is not responsible for maintenance. Please engage with the community via Issues for support.