Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Latest commit

 

History

History
54 lines (35 loc) · 2.53 KB

File metadata and controls

54 lines (35 loc) · 2.53 KB

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.