https://github.com/cdktn-io/cdktn-provider-github
Prebuilt Terraform CDK (cdktf) provider for github.
https://github.com/cdktn-io/cdktn-provider-github
cdk cdktf github pre-built-provider provider terraform terraform-cdk
Last synced: 5 months ago
JSON representation
Prebuilt Terraform CDK (cdktf) provider for github.
- Host: GitHub
- URL: https://github.com/cdktn-io/cdktn-provider-github
- Owner: cdktn-io
- License: mpl-2.0
- Created: 2026-01-12T02:36:57.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-02-08T12:17:04.000Z (5 months ago)
- Last Synced: 2026-02-08T19:53:23.874Z (5 months ago)
- Topics: cdk, cdktf, github, pre-built-provider, provider, terraform, terraform-cdk
- Language: TypeScript
- Homepage: https://cdk.tf
- Size: 66.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# CDKTF prebuilt bindings for integrations/github provider version 6.11.1
This repo builds and publishes the [Terraform github provider](https://registry.terraform.io/providers/integrations/github/6.11.1/docs) bindings for [CDK for Terraform](https://cdk.tf).
## Available Packages
### NPM
The npm package is available at [https://www.npmjs.com/package/@cdktn/provider-github](https://www.npmjs.com/package/@cdktn/provider-github).
`npm install @cdktn/provider-github`
### PyPI
The PyPI package is available at [https://pypi.org/project/cdktn-provider-github](https://pypi.org/project/cdktn-provider-github).
`pipenv install cdktn-provider-github`
### Nuget
The Nuget package is available at [https://www.nuget.org/packages/Io.Cdktn.Providers.Github](https://www.nuget.org/packages/Io.Cdktn.Providers.Github).
`dotnet add package Io.Cdktn.Providers.Github`
### Maven
The Maven package is available at [https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-github](https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-github).
```
io.cdktn
cdktn-provider-github
[REPLACE WITH DESIRED VERSION]
```
### Go
The go package is generated into the [`github.com/cdktn-io/cdktn-provider-github-go`](https://github.com/cdktn-io/cdktn-provider-github-go) package.
`go get github.com/cdktn-io/cdktn-provider-github-go/github/`
Where `` is the version of the prebuilt provider you would like to use e.g. `v11`. The full module name can be found
within the [go.mod](https://github.com/cdktn-io/cdktn-provider-github-go/blob/main/github/go.mod#L1) file.
## Docs
Find auto-generated docs for this provider here:
- [Typescript](./docs/API.typescript.md)
- [Python](./docs/API.python.md)
- [Java](./docs/API.java.md)
- [C#](./docs/API.csharp.md)
- [Go](./docs/API.go.md)
You can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktn/provider-github).
## Versioning
This project is explicitly not tracking the Terraform github provider version 1:1. In fact, it always tracks `latest` of `~> 6.0` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdk.tf/imports).
These are the upstream dependencies:
- [CDK for Terraform](https://cdk.tf) - Last official release
- [Terraform github provider](https://registry.terraform.io/providers/integrations/github/6.11.1)
- [Terraform Engine](https://terraform.io)
If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
## Features / Issues / Bugs
Please report bugs and issues to the [CDK for Terraform](https://cdk.tf) project:
- [Create bug report](https://cdk.tf/bug)
- [Create feature request](https://cdk.tf/feature)
## Contributing
### Projen
This is mostly based on [Projen](https://projen.io), which takes care of generating the entire repository.
### cdktn-provider-project based on Projen
There's a custom [project builder](https://github.com/cdktn-io/cdktn-provider-project) which encapsulate the common settings for all `cdktf` prebuilt providers.
### Provider Version
The provider version can be adjusted in [./.projenrc.js](./.projenrc.js).
### Repository Management
The repository is managed by [CDKTN Repository Manager](https://github.com/cdktn-io/cdktn-repository-manager/).