An open API service indexing awesome lists of open source software.

https://github.com/hashicorp/cdktf-provider-yandex

Prebuilt Terraform CDK (cdktf) provider for yandex.
https://github.com/hashicorp/cdktf-provider-yandex

cdk cdktf pre-built-provider provider terraform terraform-cdk yandex

Last synced: 6 months ago
JSON representation

Prebuilt Terraform CDK (cdktf) provider for yandex.

Awesome Lists containing this project

README

          

# Terraform CDK yandex Provider ~> 0.73

This repo builds and publishes the Terraform yandex Provider bindings for [CDK for Terraform](https://cdk.tf).

## Available Packages

### NPM

The npm package is available at [https://www.npmjs.com/package/@cdktf/provider-yandex](https://www.npmjs.com/package/@cdktf/provider-yandex).

`npm install @cdktf/provider-yandex`

### PyPI

The PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-yandex](https://pypi.org/project/cdktf-cdktf-provider-yandex).

`pipenv install cdktf-cdktf-provider-yandex`

### Nuget

The Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Yandex](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Yandex).

`dotnet add package HashiCorp.Cdktf.Providers.Yandex`

### Maven

The Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-yandex](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-yandex).

```

com.hashicorp
cdktf-provider-yandex
[REPLACE WITH DESIRED VERSION]

```

### Go

The go package is generated into the [`github.com/hashicorp/cdktf-provider-yandex-go`](https://github.com/hashicorp/cdktf-provider-yandex-go) package.

`go get github.com/hashicorp/cdktf-provider-yandex-go/yandex`

## 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-yandex).

## Versioning

This project is explicitly not tracking the Terraform yandex Provider version 1:1. In fact, it always tracks `latest` of `~> 0.73` 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 yandex Provider](https://github.com/terraform-providers/terraform-provider-yandex)
- [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/)