Skip to content

vmvarela/terraform-provider-github

 
 

Terraform Provider GitHub

This is a fork of the official Terraform GitHub provider maintained by @vmvarela, published under vmvarela/github with additional enterprise features pending upstream merge.

Requirements

Usage

terraform {
  required_providers {
    github = {
      source  = "vmvarela/github"
      version = "~> 26.0"
    }
  }
}

Full provider documentation is available on the Terraform Registry.

Additional Features (vs upstream)

This fork includes the following features that are open PRs against upstream:

  • Enterprise Billing Usagegithub_enterprise_billing_usage data source
  • Enterprise Cost Centersgithub_enterprise_cost_center resource and data sources
  • Enterprise SCIMgithub_enterprise_scim_* resources for user and group provisioning
  • Enterprise Teams — enhanced enterprise team management resources

Contributing

Detailed documentation for contributing to this provider can be found in CONTRIBUTING.md.

For release and publishing instructions, see RELEASE.md.

Roadmap

This project uses Milestones to track upcoming features and fixes.

Support

This is a community-maintained fork. For issues specific to the additional enterprise features, open an issue in this repository. For upstream provider issues, refer to the integrations/terraform-provider-github project.

About

Terraform GitHub provider fork with some extra resources

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Go 98.9%
  • Other 1.1%