Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdktf/cdktf-provider-hashicups-go
CDK for Terraform Go provider bindings for hashicups.
https://github.com/cdktf/cdktf-provider-hashicups-go
cdk cdktf hashicups pre-built-provider provider terraform terraform-cdk
Last synced: about 2 months ago
JSON representation
CDK for Terraform Go provider bindings for hashicups.
- Host: GitHub
- URL: https://github.com/cdktf/cdktf-provider-hashicups-go
- Owner: cdktf
- License: mpl-2.0
- Archived: true
- Created: 2022-09-26T09:27:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T14:04:43.000Z (11 months ago)
- Last Synced: 2024-09-23T04:33:07.056Z (about 2 months ago)
- Topics: cdk, cdktf, hashicups, pre-built-provider, provider, terraform, terraform-cdk
- Language: Go
- Homepage: https://cdk.tf
- Size: 1.64 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# CDKTF Go bindings for hashicorp/hashicups provider version 0.3.1
HashiCorp made the decision to stop publishing new versions of prebuilt [Terraform hashicups provider](https://registry.terraform.io/providers/hashicorp/hashicups/0.3.1) bindings for [CDK for Terraform](https://cdk.tf) on December 19, 2023. As such, this repository has been archived and is no longer supported in any way by HashiCorp. Previously-published versions of this prebuilt provider will still continue to be available on their respective package managers (e.g. npm, PyPi, Maven, NuGet), but these will not be compatible with new releases of `cdktf` past `0.19.0` and are no longer eligible for commercial support.
As a reminder, you can continue to use the `hashicorp/hashicups` provider in your CDK for Terraform (CDKTF) projects, even with newer versions of CDKTF, but you will need to generate the bindings locally. The easiest way to do so is to use the [`provider add` command](https://developer.hashicorp.com/terraform/cdktf/cli-reference/commands#provider-add), optionally with the `--force-local` flag enabled:
cdktf provider add hashicorp/hashicups --force-local
For more information and additional examples, check out our documentation on [generating provider bindings manually](https://cdk.tf/imports).
## Deprecated Packages
### NPM
The npm package is available at [https://www.npmjs.com/package/@cdktf/provider-hashicups](https://www.npmjs.com/package/@cdktf/provider-hashicups).
`npm install @cdktf/provider-hashicups`
### PyPI
The PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-hashicups](https://pypi.org/project/cdktf-cdktf-provider-hashicups).
`pipenv install cdktf-cdktf-provider-hashicups`
### Nuget
The Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Hashicups](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-hashicups](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-hashicups).
```
com.hashicorp
cdktf-provider-hashicups
[REPLACE WITH DESIRED VERSION]```
## Deprecated Package
The go package is generated into the [`github.com/cdktf/cdktf-provider-hashicups-go`](https://github.com/cdktf/cdktf-provider-hashicups-go) package.
`go get github.com/cdktf/cdktf-provider-hashicups-go/hashicups`
## Docs
Find auto-generated docs for this provider [here](https://github.com/cdktf/cdktf-provider-hashicups/blob/main/docs/API.go.md).