https://github.com/danielmschmidt/cdktf-internal-pre-built-provider
https://github.com/danielmschmidt/cdktf-internal-pre-built-provider
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielmschmidt/cdktf-internal-pre-built-provider
- Owner: DanielMSchmidt
- License: mpl-2.0
- Created: 2022-09-12T09:45:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T20:21:59.000Z (over 2 years ago)
- Last Synced: 2025-01-21T13:49:02.378Z (over 1 year ago)
- Language: TypeScript
- Size: 3.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform CDK google-beta Provider ~> 4.36
This repo builds and publishes the Terraform google-beta Provider bindings for [CDK for Terraform](https://cdk.tf).
## Available Packages
### NPM
The npm package is available at [https://www.npmjs.com/package/@dschmidt/provider-google-beta](https://www.npmjs.com/package/@dschmidt/provider-google-beta).
`npm install @dschmidt/provider-google-beta`
### PyPI
The PyPI package is available at [https://pypi.org/project/dschmidt-cdktf-provider-google_beta](https://pypi.org/project/dschmidt-cdktf-provider-google_beta).
`pipenv install dschmidt-cdktf-provider-google_beta`
### Nuget
The Nuget package is available at [https://www.nuget.org/packages/DSchmidt.Dschmidt.Providers.GoogleBeta](https://www.nuget.org/packages/DSchmidt.Dschmidt.Providers.GoogleBeta).
`dotnet add package DSchmidt.Dschmidt.Providers.GoogleBeta`
### Maven
The Maven package is available at [https://mvnrepository.com/artifact/com.danielmschmidt/dschmidt-provider-google-beta](https://mvnrepository.com/artifact/com.danielmschmidt/dschmidt-provider-google-beta).
```
com.danielmschmidt
dschmidt-provider-google-beta
[REPLACE WITH DESIRED VERSION]
```
### Go
The go package is generated into the [`github.com/hashicorp/cdktf-provider-google-beta-go`](https://github.com/hashicorp/cdktf-provider-google-beta-go) package.
`go get github.com/hashicorp/cdktf-provider-google-beta-go/google-beta`
## Docs
Find auto-generated docs for this provider here: [./API.md](./API.md)
You can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktf/provider-google-beta).
## Versioning
This project is explicitly not tracking the Terraform google-beta Provider version 1:1. In fact, it always tracks `latest` of `~> 4.36` 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:
- [Terraform CDK](https://cdk.tf)
- [Terraform google-beta Provider](https://github.com/terraform-providers/terraform-provider-google-beta)
- [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 [terraform cdk](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://github.com/eladb/projen), which takes care of generating the entire repository.
### cdktf-provider-project based on projen
There's a custom [project builder](https://github.com/hashicorp/cdktf-provider-project) which encapsulate the common settings for all `cdktf` providers.
### Provider Version
The provider version can be adjusted in [./.projenrc.js](./.projenrc.js).
### Repository Management
The repository is managed by [Repository Manager](https://github.com/hashicorp/cdktf-repository-manager/)