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

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

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

cdk cdktf http pre-built-provider provider terraform terraform-cdk

Last synced: about 2 months ago
JSON representation

Prebuilt Terraform CDK (cdktf) provider for http.

Awesome Lists containing this project

README

          

# CDKTN prebuilt bindings for hashicorp/http provider version 3.5.0

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

## Available Packages

### NPM

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

`npm install @cdktn/provider-http`

### PyPI

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

`pipenv install cdktn-provider-http`

### Nuget

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

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

### Maven

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

```

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

```

### Go

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

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

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

## Versioning

This project is explicitly not tracking the Terraform http provider version 1:1. In fact, it always tracks `latest` of `~> 3.1` 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 http provider](https://registry.terraform.io/providers/hashicorp/http/3.5.0)
- [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/).