百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
T

terraform-provider-github

> 数据库
开源

Terraform GitHub 提供程序

1.2K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Terraform GitHub 提供程序

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.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Gogithubhacktoberfestterraformterraform-provider

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类数据库
定价开源

> 相关工具

P
PostgreSQL
功能强大的开源关系型数据库
R
Redis
内存数据结构存储,常用作缓存与队列
M
MySQL
广泛使用的开源关系型数据库