cdktf-cdktf-provider-waypoint


Namecdktf-cdktf-provider-waypoint JSON
Version 3.0.1 PyPI version JSON
download
home_pagehttps://github.com/cdktf/cdktf-provider-waypoint.git
SummaryPrebuilt waypoint Provider for Terraform CDK (cdktf)
upload_time2024-01-24 11:50:10
maintainer
docs_urlNone
authorHashiCorp
requires_python~=3.8
licenseMPL-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CDKTF prebuilt bindings for hashicorp/waypoint provider version 0.1.0

HashiCorp made the decision to stop publishing new versions of prebuilt [Terraform waypoint provider](https://registry.terraform.io/providers/hashicorp/waypoint/0.1.0) bindings for [CDK for Terraform](https://cdk.tf) on January 24, 2024. 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.20.0` and are no longer eligible for commercial support.

As a reminder, you can continue to use the `hashicorp/waypoint` 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/waypoint --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-waypoint](https://www.npmjs.com/package/@cdktf/provider-waypoint).

`npm install @cdktf/provider-waypoint`

### PyPI

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

`pipenv install cdktf-cdktf-provider-waypoint`

### Nuget

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

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

### Maven

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

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

### Go

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

`go get github.com/cdktf/cdktf-provider-waypoint-go/waypoint/<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-waypoint-go/blob/main/waypoint/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-waypoint).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cdktf/cdktf-provider-waypoint.git",
    "name": "cdktf-cdktf-provider-waypoint",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "HashiCorp",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/f8/57/330b95ed19b0f0356ce2a49f7e03ff424355b51dd61294e3cf41e525199a/cdktf-cdktf-provider-waypoint-3.0.1.tar.gz",
    "platform": null,
    "description": "# CDKTF prebuilt bindings for hashicorp/waypoint provider version 0.1.0\n\nHashiCorp made the decision to stop publishing new versions of prebuilt [Terraform waypoint provider](https://registry.terraform.io/providers/hashicorp/waypoint/0.1.0) bindings for [CDK for Terraform](https://cdk.tf) on January 24, 2024. 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.20.0` and are no longer eligible for commercial support.\n\nAs a reminder, you can continue to use the `hashicorp/waypoint` 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:\n\n`cdktf provider add hashicorp/waypoint --force-local`\n\nFor more information and additional examples, check out our documentation on [generating provider bindings manually](https://cdk.tf/imports).\n\n## Deprecated Packages\n\n### NPM\n\nThe npm package is available at [https://www.npmjs.com/package/@cdktf/provider-waypoint](https://www.npmjs.com/package/@cdktf/provider-waypoint).\n\n`npm install @cdktf/provider-waypoint`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-waypoint](https://pypi.org/project/cdktf-cdktf-provider-waypoint).\n\n`pipenv install cdktf-cdktf-provider-waypoint`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Waypoint](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Waypoint).\n\n`dotnet add package HashiCorp.Cdktf.Providers.Waypoint`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-waypoint](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-waypoint).\n\n```\n<dependency>\n    <groupId>com.hashicorp</groupId>\n    <artifactId>cdktf-provider-waypoint</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-waypoint-go`](https://github.com/cdktf/cdktf-provider-waypoint-go) package.\n\n`go get github.com/cdktf/cdktf-provider-waypoint-go/waypoint/<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-waypoint-go/blob/main/waypoint/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-waypoint).\n",
    "bugtrack_url": null,
    "license": "MPL-2.0",
    "summary": "Prebuilt waypoint Provider for Terraform CDK (cdktf)",
    "version": "3.0.1",
    "project_urls": {
        "Homepage": "https://github.com/cdktf/cdktf-provider-waypoint.git",
        "Source": "https://github.com/cdktf/cdktf-provider-waypoint.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c15eeba5dbee01c7d4ad907a592e71f162d3ea3bf77dbc4fae5070f62bc63ac",
                "md5": "02b2f1644277da1b003422d0cd9cc874",
                "sha256": "5a84a9ece368dc18049bbfe9c61096c2c87691d250e93b375e57386a3ec09be0"
            },
            "downloads": -1,
            "filename": "cdktf_cdktf_provider_waypoint-3.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "02b2f1644277da1b003422d0cd9cc874",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.8",
            "size": 152935,
            "upload_time": "2024-01-24T11:50:08",
            "upload_time_iso_8601": "2024-01-24T11:50:08.941530Z",
            "url": "https://files.pythonhosted.org/packages/3c/15/eeba5dbee01c7d4ad907a592e71f162d3ea3bf77dbc4fae5070f62bc63ac/cdktf_cdktf_provider_waypoint-3.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f857330b95ed19b0f0356ce2a49f7e03ff424355b51dd61294e3cf41e525199a",
                "md5": "c2a26f057a7f2e87f3c3cfc86f5ebbd3",
                "sha256": "8cbdcb40f4527152db7266b2975f1e06f2c4c9b562d6f3b68bfb47f5ad66b8d9"
            },
            "downloads": -1,
            "filename": "cdktf-cdktf-provider-waypoint-3.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c2a26f057a7f2e87f3c3cfc86f5ebbd3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.8",
            "size": 143149,
            "upload_time": "2024-01-24T11:50:10",
            "upload_time_iso_8601": "2024-01-24T11:50:10.578520Z",
            "url": "https://files.pythonhosted.org/packages/f8/57/330b95ed19b0f0356ce2a49f7e03ff424355b51dd61294e3cf41e525199a/cdktf-cdktf-provider-waypoint-3.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-24 11:50:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cdktf",
    "github_project": "cdktf-provider-waypoint",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cdktf-cdktf-provider-waypoint"
}
        
Elapsed time: 0.18313s