# CDKTF prebuilt bindings for hashicorp/hcp provider version 0.101.0
This repo builds and publishes the [Terraform hcp provider](https://registry.terraform.io/providers/hashicorp/hcp/0.101.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
## Available Packages
### NPM
The npm package is available at [https://www.npmjs.com/package/@cdktf/provider-hcp](https://www.npmjs.com/package/@cdktf/provider-hcp).
`npm install @cdktf/provider-hcp`
### PyPI
The PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-hcp](https://pypi.org/project/cdktf-cdktf-provider-hcp).
`pipenv install cdktf-cdktf-provider-hcp`
### Nuget
The Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Hcp](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Hcp).
`dotnet add package HashiCorp.Cdktf.Providers.Hcp`
### Maven
The Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-hcp](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-hcp).
```
<dependency>
<groupId>com.hashicorp</groupId>
<artifactId>cdktf-provider-hcp</artifactId>
<version>[REPLACE WITH DESIRED VERSION]</version>
</dependency>
```
### Go
The go package is generated into the [`github.com/cdktf/cdktf-provider-hcp-go`](https://github.com/cdktf/cdktf-provider-hcp-go) package.
`go get github.com/cdktf/cdktf-provider-hcp-go/hcp/<version>`
Where `<version>` 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/cdktf/cdktf-provider-hcp-go/blob/main/hcp/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/@cdktf/provider-hcp).
## Versioning
This project is explicitly not tracking the Terraform hcp provider version 1:1. In fact, it always tracks `latest` of `~> 0.45` 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:
* [CDK for Terraform](https://cdk.tf)
* [Terraform hcp provider](https://registry.terraform.io/providers/hashicorp/hcp/0.101.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 for Terraform](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/projen/projen), which takes care of generating the entire repository.
### cdktf-provider-project based on Projen
There's a custom [project builder](https://github.com/cdktf/cdktf-provider-project) which encapsulate the common settings for all `cdktf` prebuilt providers.
### Provider Version
The provider version can be adjusted in [./.projenrc.js](./.projenrc.js).
### Repository Management
The repository is managed by [CDKTF Repository Manager](https://github.com/cdktf/cdktf-repository-manager/).
Raw data
{
"_id": null,
"home_page": "https://github.com/cdktf/cdktf-provider-hcp.git",
"name": "cdktf-cdktf-provider-hcp",
"maintainer": null,
"docs_url": null,
"requires_python": "~=3.8",
"maintainer_email": null,
"keywords": null,
"author": "HashiCorp",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/23/3f/b9c6f7c76a3460c3d3474f762f861c9f6e37491a62701a1ee32171ac1911/cdktf_cdktf_provider_hcp-9.21.0.tar.gz",
"platform": null,
"description": "# CDKTF prebuilt bindings for hashicorp/hcp provider version 0.101.0\n\nThis repo builds and publishes the [Terraform hcp provider](https://registry.terraform.io/providers/hashicorp/hcp/0.101.0/docs) bindings for [CDK for Terraform](https://cdk.tf).\n\n## Available Packages\n\n### NPM\n\nThe npm package is available at [https://www.npmjs.com/package/@cdktf/provider-hcp](https://www.npmjs.com/package/@cdktf/provider-hcp).\n\n`npm install @cdktf/provider-hcp`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-hcp](https://pypi.org/project/cdktf-cdktf-provider-hcp).\n\n`pipenv install cdktf-cdktf-provider-hcp`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Hcp](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Hcp).\n\n`dotnet add package HashiCorp.Cdktf.Providers.Hcp`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-hcp](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-hcp).\n\n```\n<dependency>\n <groupId>com.hashicorp</groupId>\n <artifactId>cdktf-provider-hcp</artifactId>\n <version>[REPLACE WITH DESIRED VERSION]</version>\n</dependency>\n```\n\n### Go\n\nThe go package is generated into the [`github.com/cdktf/cdktf-provider-hcp-go`](https://github.com/cdktf/cdktf-provider-hcp-go) package.\n\n`go get github.com/cdktf/cdktf-provider-hcp-go/hcp/<version>`\n\nWhere `<version>` is the version of the prebuilt provider you would like to use e.g. `v11`. The full module name can be found\nwithin the [go.mod](https://github.com/cdktf/cdktf-provider-hcp-go/blob/main/hcp/go.mod#L1) file.\n\n## Docs\n\nFind auto-generated docs for this provider here:\n\n* [Typescript](./docs/API.typescript.md)\n* [Python](./docs/API.python.md)\n* [Java](./docs/API.java.md)\n* [C#](./docs/API.csharp.md)\n* [Go](./docs/API.go.md)\n\nYou can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktf/provider-hcp).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform hcp provider version 1:1. In fact, it always tracks `latest` of `~> 0.45` 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).\n\nThese are the upstream dependencies:\n\n* [CDK for Terraform](https://cdk.tf)\n* [Terraform hcp provider](https://registry.terraform.io/providers/hashicorp/hcp/0.101.0)\n* [Terraform Engine](https://terraform.io)\n\nIf there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.\n\n## Features / Issues / Bugs\n\nPlease report bugs and issues to the [CDK for Terraform](https://cdk.tf) project:\n\n* [Create bug report](https://cdk.tf/bug)\n* [Create feature request](https://cdk.tf/feature)\n\n## Contributing\n\n### Projen\n\nThis is mostly based on [Projen](https://github.com/projen/projen), which takes care of generating the entire repository.\n\n### cdktf-provider-project based on Projen\n\nThere's a custom [project builder](https://github.com/cdktf/cdktf-provider-project) which encapsulate the common settings for all `cdktf` prebuilt providers.\n\n### Provider Version\n\nThe provider version can be adjusted in [./.projenrc.js](./.projenrc.js).\n\n### Repository Management\n\nThe repository is managed by [CDKTF Repository Manager](https://github.com/cdktf/cdktf-repository-manager/).\n",
"bugtrack_url": null,
"license": "MPL-2.0",
"summary": "Prebuilt hcp Provider for Terraform CDK (cdktf)",
"version": "9.21.0",
"project_urls": {
"Homepage": "https://github.com/cdktf/cdktf-provider-hcp.git",
"Source": "https://github.com/cdktf/cdktf-provider-hcp.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "48421761d9b5e42d2b677ca177dcef75a9ea3a459450017a29017b7c729124fe",
"md5": "feb7e10152b89843b6622220a02554a0",
"sha256": "2aa6e457221b07ce160b5e162302403e065197a92d167aa32e63224722c30b55"
},
"downloads": -1,
"filename": "cdktf_cdktf_provider_hcp-9.21.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "feb7e10152b89843b6622220a02554a0",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "~=3.8",
"size": 1477948,
"upload_time": "2024-12-17T03:39:24",
"upload_time_iso_8601": "2024-12-17T03:39:24.548797Z",
"url": "https://files.pythonhosted.org/packages/48/42/1761d9b5e42d2b677ca177dcef75a9ea3a459450017a29017b7c729124fe/cdktf_cdktf_provider_hcp-9.21.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "233fb9c6f7c76a3460c3d3474f762f861c9f6e37491a62701a1ee32171ac1911",
"md5": "86ba06e7fb0db53350436712143051d4",
"sha256": "0fb4c99f77ac7a5181b9c009bfba428d714a2b51cb3849b6f744d00b3a45322c"
},
"downloads": -1,
"filename": "cdktf_cdktf_provider_hcp-9.21.0.tar.gz",
"has_sig": false,
"md5_digest": "86ba06e7fb0db53350436712143051d4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~=3.8",
"size": 1333864,
"upload_time": "2024-12-17T03:39:27",
"upload_time_iso_8601": "2024-12-17T03:39:27.337239Z",
"url": "https://files.pythonhosted.org/packages/23/3f/b9c6f7c76a3460c3d3474f762f861c9f6e37491a62701a1ee32171ac1911/cdktf_cdktf_provider_hcp-9.21.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-17 03:39:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "cdktf",
"github_project": "cdktf-provider-hcp",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "cdktf-cdktf-provider-hcp"
}