cdktf-cdktf-provider-vault


Namecdktf-cdktf-provider-vault JSON
Version 10.0.2 PyPI version JSON
download
home_pagehttps://github.com/cdktf/cdktf-provider-vault.git
SummaryPrebuilt vault Provider for Terraform CDK (cdktf)
upload_time2023-09-14 03:23:58
maintainer
docs_urlNone
authorHashiCorp
requires_python~=3.7
licenseMPL-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Terraform CDK vault Provider ~> 3.7

This repo builds and publishes the Terraform vault Provider bindings for [CDK for Terraform](https://cdk.tf).

## Available Packages

### NPM

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

`npm install @cdktf/provider-vault`

### PyPI

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

`pipenv install cdktf-cdktf-provider-vault`

### Nuget

The Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Vault](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Vault).

`dotnet add package HashiCorp.Cdktf.Providers.Vault`

### Maven

The Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-vault](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-vault).

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

### Go

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

`go get github.com/cdktf/cdktf-provider-vault-go/vault`

## 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-vault).

## Versioning

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

* [Terraform CDK](https://cdk.tf)
* [Terraform vault Provider](https://registry.terraform.io/providers/hashicorp/vault/3.7.0)

  * This links to the minimum version being tracked, you can find the latest released version [in our releases](https://github.com/cdktf/cdktf-provider-vault/releases)
* [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 [terraform cdk](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/eladb/projen), which takes care of generating the entire repository.

### cdktf-provider-project based on projen

There's a custom [project builder](https://github.com/hashicorp/cdktf-provider-project) which encapsulate the common settings for all `cdktf` providers.

### Provider Version

The provider version can be adjusted in [./.projenrc.js](./.projenrc.js).

### Repository Management

The repository is managed by [Repository Manager](https://github.com/hashicorp/cdktf-repository-manager/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cdktf/cdktf-provider-vault.git",
    "name": "cdktf-cdktf-provider-vault",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "HashiCorp",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/ba/c2/35cebc4fbb56c5512241e12ae108a48bdc3b988bcd51fd2273d19e25e89d/cdktf-cdktf-provider-vault-10.0.2.tar.gz",
    "platform": null,
    "description": "# Terraform CDK vault Provider ~> 3.7\n\nThis repo builds and publishes the Terraform vault Provider 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-vault](https://www.npmjs.com/package/@cdktf/provider-vault).\n\n`npm install @cdktf/provider-vault`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-vault](https://pypi.org/project/cdktf-cdktf-provider-vault).\n\n`pipenv install cdktf-cdktf-provider-vault`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Vault](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Vault).\n\n`dotnet add package HashiCorp.Cdktf.Providers.Vault`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-vault](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-vault).\n\n```\n<dependency>\n    <groupId>com.hashicorp</groupId>\n    <artifactId>cdktf-provider-vault</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-vault-go`](https://github.com/cdktf/cdktf-provider-vault-go) package.\n\n`go get github.com/cdktf/cdktf-provider-vault-go/vault`\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-vault).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform vault Provider version 1:1. In fact, it always tracks `latest` of `~> 3.7` 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* [Terraform CDK](https://cdk.tf)\n* [Terraform vault Provider](https://registry.terraform.io/providers/hashicorp/vault/3.7.0)\n\n  * This links to the minimum version being tracked, you can find the latest released version [in our releases](https://github.com/cdktf/cdktf-provider-vault/releases)\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 [terraform cdk](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/eladb/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/hashicorp/cdktf-provider-project) which encapsulate the common settings for all `cdktf` 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 [Repository Manager](https://github.com/hashicorp/cdktf-repository-manager/)\n",
    "bugtrack_url": null,
    "license": "MPL-2.0",
    "summary": "Prebuilt vault Provider for Terraform CDK (cdktf)",
    "version": "10.0.2",
    "project_urls": {
        "Homepage": "https://github.com/cdktf/cdktf-provider-vault.git",
        "Source": "https://github.com/cdktf/cdktf-provider-vault.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9b7a41e523c811a1e01240931c6059b071490cd412bdc63d685212da4bb2e0f",
                "md5": "1c095e8b84848522766dd5b8e9e6ca16",
                "sha256": "d9629b025b66e393467df92ecdd413fa4a405bd0b350b5ee33daa14f147321d0"
            },
            "downloads": -1,
            "filename": "cdktf_cdktf_provider_vault-10.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1c095e8b84848522766dd5b8e9e6ca16",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.7",
            "size": 2525271,
            "upload_time": "2023-09-14T03:23:56",
            "upload_time_iso_8601": "2023-09-14T03:23:56.209657Z",
            "url": "https://files.pythonhosted.org/packages/d9/b7/a41e523c811a1e01240931c6059b071490cd412bdc63d685212da4bb2e0f/cdktf_cdktf_provider_vault-10.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bac235cebc4fbb56c5512241e12ae108a48bdc3b988bcd51fd2273d19e25e89d",
                "md5": "273cea9b690787b209dfedd2446b868d",
                "sha256": "5f8d7820a5286cc31c463f1d225a7c9872f2cfcffde321829f37488d8a03422f"
            },
            "downloads": -1,
            "filename": "cdktf-cdktf-provider-vault-10.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "273cea9b690787b209dfedd2446b868d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.7",
            "size": 2296903,
            "upload_time": "2023-09-14T03:23:58",
            "upload_time_iso_8601": "2023-09-14T03:23:58.335467Z",
            "url": "https://files.pythonhosted.org/packages/ba/c2/35cebc4fbb56c5512241e12ae108a48bdc3b988bcd51fd2273d19e25e89d/cdktf-cdktf-provider-vault-10.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-14 03:23:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cdktf",
    "github_project": "cdktf-provider-vault",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cdktf-cdktf-provider-vault"
}
        
Elapsed time: 0.15700s