0.0.0 • Published 5 months ago

@a3techslayer/cdktf-provider-hashicup v0.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

CDKTF prebuilt bindings for hashicorp/hashicup provider version 0.3.1

This repo builds and publishes the Terraform hashicup provider bindings for CDK for Terraform.

Available Packages

NPM

The npm package is available at https://www.npmjs.com/package/@a3techslayer/provider-hashicup.

npm install @a3techslayer/provider-hashicup

PyPI

The PyPI package is available at https://pypi.org/project/cdktf-cdktf-provider-hashicup.

pipenv install cdktf-cdktf-provider-hashicup

Nuget

The Nuget package is available at https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Hashicups.

dotnet add package HashiCorp.Cdktf.Providers.Hashicups

Maven

The Maven package is available at https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-hashicup.

<dependency>
    <groupId>com.hashicorp</groupId>
    <artifactId>cdktf-provider-hashicup</artifactId>
    <version>[REPLACE WITH DESIRED VERSION]</version>
</dependency>

Docs

Find auto-generated docs for this provider here:

You can also visit a hosted version of the documentation on constructs.dev.

Versioning

This project is explicitly not tracking the Terraform hashicup provider version 1:1. In fact, it always tracks latest of ~> 0.3 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.

These are the upstream dependencies:

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 project:

Contributing

Projen

This is mostly based on Projen, which takes care of generating the entire repository.

Provider Version

The provider version can be adjusted in ./.projenrc.js.

Repository Management

The repository is managed by CDKTF Repository Manager.

0.0.0

5 months ago

1.0.2

5 months ago

1.0.0

5 months ago