# CDKTF prebuilt bindings for hashicorp/tls provider version 4.0.6
This repo builds and publishes the [Terraform tls provider](https://registry.terraform.io/providers/hashicorp/tls/4.0.6/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-tls](https://www.npmjs.com/package/@cdktf/provider-tls).
`npm install @cdktf/provider-tls`
### PyPI
The PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-tls](https://pypi.org/project/cdktf-cdktf-provider-tls).
`pipenv install cdktf-cdktf-provider-tls`
### Nuget
The Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Tls](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Tls).
`dotnet add package HashiCorp.Cdktf.Providers.Tls`
### Maven
The Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-tls](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-tls).
```
<dependency>
<groupId>com.hashicorp</groupId>
<artifactId>cdktf-provider-tls</artifactId>
<version>[REPLACE WITH DESIRED VERSION]</version>
</dependency>
```
### Go
The go package is generated into the [`github.com/cdktf/cdktf-provider-tls-go`](https://github.com/cdktf/cdktf-provider-tls-go) package.
`go get github.com/cdktf/cdktf-provider-tls-go/tls/<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-tls-go/blob/main/tls/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-tls).
## Versioning
This project is explicitly not tracking the Terraform tls provider version 1:1. In fact, it always tracks `latest` of `~> 4.0` 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 tls provider](https://registry.terraform.io/providers/hashicorp/tls/4.0.6)
* [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-tls.git",
"name": "cdktf-cdktf-provider-tls",
"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/78/a3/016fcb60bf4e1956c3d8b3f69cac3f9d4eef65f267f4991df74a734c27ee/cdktf_cdktf_provider_tls-10.0.1.tar.gz",
"platform": null,
"description": "# CDKTF prebuilt bindings for hashicorp/tls provider version 4.0.6\n\nThis repo builds and publishes the [Terraform tls provider](https://registry.terraform.io/providers/hashicorp/tls/4.0.6/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-tls](https://www.npmjs.com/package/@cdktf/provider-tls).\n\n`npm install @cdktf/provider-tls`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-tls](https://pypi.org/project/cdktf-cdktf-provider-tls).\n\n`pipenv install cdktf-cdktf-provider-tls`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Tls](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Tls).\n\n`dotnet add package HashiCorp.Cdktf.Providers.Tls`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-tls](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-tls).\n\n```\n<dependency>\n <groupId>com.hashicorp</groupId>\n <artifactId>cdktf-provider-tls</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-tls-go`](https://github.com/cdktf/cdktf-provider-tls-go) package.\n\n`go get github.com/cdktf/cdktf-provider-tls-go/tls/<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-tls-go/blob/main/tls/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-tls).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform tls provider version 1:1. In fact, it always tracks `latest` of `~> 4.0` 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 tls provider](https://registry.terraform.io/providers/hashicorp/tls/4.0.6)\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 tls Provider for Terraform CDK (cdktf)",
"version": "10.0.1",
"project_urls": {
"Homepage": "https://github.com/cdktf/cdktf-provider-tls.git",
"Source": "https://github.com/cdktf/cdktf-provider-tls.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2e3f0f6d3ac116865c5433f7c929c8e6c222980f641ec5d20f0ecd42f10505eb",
"md5": "4ad617b03978932e31c326b4299f0bcf",
"sha256": "e2cfb577f1ed23fcd001ced7294f1605f3778bf42755112474e718b221660ab9"
},
"downloads": -1,
"filename": "cdktf_cdktf_provider_tls-10.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4ad617b03978932e31c326b4299f0bcf",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "~=3.8",
"size": 141907,
"upload_time": "2024-09-12T03:19:03",
"upload_time_iso_8601": "2024-09-12T03:19:03.454741Z",
"url": "https://files.pythonhosted.org/packages/2e/3f/0f6d3ac116865c5433f7c929c8e6c222980f641ec5d20f0ecd42f10505eb/cdktf_cdktf_provider_tls-10.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "78a3016fcb60bf4e1956c3d8b3f69cac3f9d4eef65f267f4991df74a734c27ee",
"md5": "05c57ff8d5a297a58429876d2f35c788",
"sha256": "520a3f135cf72cfcfd8dd8547553f2710b8e85a604f3423cf73a1d8ad1b3de2e"
},
"downloads": -1,
"filename": "cdktf_cdktf_provider_tls-10.0.1.tar.gz",
"has_sig": false,
"md5_digest": "05c57ff8d5a297a58429876d2f35c788",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~=3.8",
"size": 134998,
"upload_time": "2024-09-12T03:19:05",
"upload_time_iso_8601": "2024-09-12T03:19:05.569267Z",
"url": "https://files.pythonhosted.org/packages/78/a3/016fcb60bf4e1956c3d8b3f69cac3f9d4eef65f267f4991df74a734c27ee/cdktf_cdktf_provider_tls-10.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-12 03:19:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "cdktf",
"github_project": "cdktf-provider-tls",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "cdktf-cdktf-provider-tls"
}