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

https://github.com/cdktn-io/cdktn-provider-cloudinit

Prebuilt Terraform CDK (cdktf) provider for cloudinit.
https://github.com/cdktn-io/cdktn-provider-cloudinit

cdk cdktf cloudinit pre-built-provider provider terraform terraform-cdk

Last synced: about 1 month ago
JSON representation

Prebuilt Terraform CDK (cdktf) provider for cloudinit.

Awesome Lists containing this project

README

          

# CDKTN prebuilt bindings for hashicorp/cloudinit provider version 2.3.7

This repo builds and publishes the [Terraform cloudinit provider](https://registry.terraform.io/providers/hashicorp/cloudinit/2.3.7/docs) bindings for [CDK Terrain](https://cdktn.io).

## Available Packages

### NPM

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

`npm install @cdktn/provider-cloudinit`

### PyPI

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

`pipenv install cdktn-provider-cloudinit`

### Nuget

The Nuget package is available at [https://www.nuget.org/packages/Io.Cdktn.Providers.Cloudinit](https://www.nuget.org/packages/Io.Cdktn.Providers.Cloudinit).

`dotnet add package Io.Cdktn.Providers.Cloudinit`

### Maven

The Maven package is available at [https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-cloudinit](https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-cloudinit).

```

io.cdktn
cdktn-provider-cloudinit
[REPLACE WITH DESIRED VERSION]

```

### Go

The go package is generated into the [`github.com/cdktn-io/cdktn-provider-cloudinit-go`](https://github.com/cdktn-io/cdktn-provider-cloudinit-go) package.

`go get github.com/cdktn-io/cdktn-provider-cloudinit-go/cloudinit/`

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-cloudinit-go/blob/main/cloudinit/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-cloudinit).

## Versioning

This project is explicitly not tracking the Terraform cloudinit provider version 1:1. In fact, it always tracks `latest` of `~> 2.2` 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://cdktn.io/docs/concepts/providers#import-providers).

These are the upstream dependencies:

- [CDK Terrain](https://cdktn.io) - Last official release
- [Terraform cloudinit provider](https://registry.terraform.io/providers/hashicorp/cloudinit/2.3.7)
- [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 Terrain](https://cdktn.io) project:

- [Create bug report](https://github.com/open-constructs/cdk-terrain/issues)
- [Create feature request](https://github.com/open-constructs/cdk-terrain/issues)

## 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 `cdktn` 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/).