← 返回首页
GitHub - integrations/terraform-provider-github: Terraform GitHub provider · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

integrations/terraform-provider-github

Go to file
Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,005 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
View all files

Repository files navigation

More items

Terraform Provider GitHub

| | |

This provider manages GitHub resources — repositories, teams, branch protections, actions secrets/variables, organization settings, rulesets, deploy keys, webhooks, and more — using Terraform. It supports both GitHub.com and GitHub Enterprise Server via the REST and GraphQL APIs.

See the GitHub Provider page on the Terraform Registry for installation and documentation.

Quick Start

provider "github" { owner = "my-org" } resource "github_repository" "example" { name = "example-repo" description = "Managed by Terraform" visibility = "private" }

Requirements

  • Terraform 1.x
  • Go 1.26.x (to build the provider plugin)

Usage

Detailed documentation for the GitHub provider can be found in the Terraform Registry.

Contributing

For instructions on how to contribute to the GitHub Terraform provider, see the Contributing Guide.

Roadmap

This project uses 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

GitHub Support does not provide support for this integration. This is a community-supported project. GitHub's SDK team triages issues and PRs periodically.

Footer

© 2026 GitHub, Inc.