cdktf-cdktf-provider-template


Namecdktf-cdktf-provider-template JSON
Version 10.0.1 PyPI version JSON
download
home_pagehttps://github.com/cdktf/cdktf-provider-template.git
SummaryPrebuilt template Provider for Terraform CDK (cdktf)
upload_time2024-01-11 18:19:29
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/template provider version 2.2.0

HashiCorp made the decision to stop publishing new versions of prebuilt [Terraform template provider](https://registry.terraform.io/providers/hashicorp/template/2.2.0) bindings for [CDK for Terraform](https://cdk.tf) on January 11, 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/template` 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/template --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-template](https://www.npmjs.com/package/@cdktf/provider-template).

`npm install @cdktf/provider-template`

### PyPI

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

`pipenv install cdktf-cdktf-provider-template`

### Nuget

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

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

### Maven

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

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

### Go

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

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

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cdktf/cdktf-provider-template.git",
    "name": "cdktf-cdktf-provider-template",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "HashiCorp",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/c4/6d/7e7084a74fb82d288c7d00664eaf917b40ef666073fb58191877bda9620a/cdktf-cdktf-provider-template-10.0.1.tar.gz",
    "platform": null,
    "description": "# CDKTF prebuilt bindings for hashicorp/template provider version 2.2.0\n\nHashiCorp made the decision to stop publishing new versions of prebuilt [Terraform template provider](https://registry.terraform.io/providers/hashicorp/template/2.2.0) bindings for [CDK for Terraform](https://cdk.tf) on January 11, 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/template` 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/template --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-template](https://www.npmjs.com/package/@cdktf/provider-template).\n\n`npm install @cdktf/provider-template`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-template](https://pypi.org/project/cdktf-cdktf-provider-template).\n\n`pipenv install cdktf-cdktf-provider-template`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Template](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Template).\n\n`dotnet add package HashiCorp.Cdktf.Providers.Template`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-template](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-template).\n\n```\n<dependency>\n    <groupId>com.hashicorp</groupId>\n    <artifactId>cdktf-provider-template</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-template-go`](https://github.com/cdktf/cdktf-provider-template-go) package.\n\n`go get github.com/cdktf/cdktf-provider-template-go/template`\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-template).\n",
    "bugtrack_url": null,
    "license": "MPL-2.0",
    "summary": "Prebuilt template Provider for Terraform CDK (cdktf)",
    "version": "10.0.1",
    "project_urls": {
        "Homepage": "https://github.com/cdktf/cdktf-provider-template.git",
        "Source": "https://github.com/cdktf/cdktf-provider-template.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7171fe3d2c1b4e719057537c3f60c1acc2ee5aae8732c5e2386b509300840e2",
                "md5": "874e5c73745ef2093bd55fe503dfc714",
                "sha256": "59fd66b260bb2522525bf956acee8819bcd1408b65025825a6ce60689029ddce"
            },
            "downloads": -1,
            "filename": "cdktf_cdktf_provider_template-10.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "874e5c73745ef2093bd55fe503dfc714",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.8",
            "size": 88019,
            "upload_time": "2024-01-11T18:19:26",
            "upload_time_iso_8601": "2024-01-11T18:19:26.709538Z",
            "url": "https://files.pythonhosted.org/packages/e7/17/1fe3d2c1b4e719057537c3f60c1acc2ee5aae8732c5e2386b509300840e2/cdktf_cdktf_provider_template-10.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c46d7e7084a74fb82d288c7d00664eaf917b40ef666073fb58191877bda9620a",
                "md5": "dd71f6b0abd489904453dba9ed2714bb",
                "sha256": "36b3c2aea23f6688ce587d1f30afc06de413e80f7a47928b758219268fc48975"
            },
            "downloads": -1,
            "filename": "cdktf-cdktf-provider-template-10.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "dd71f6b0abd489904453dba9ed2714bb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.8",
            "size": 81518,
            "upload_time": "2024-01-11T18:19:29",
            "upload_time_iso_8601": "2024-01-11T18:19:29.184799Z",
            "url": "https://files.pythonhosted.org/packages/c4/6d/7e7084a74fb82d288c7d00664eaf917b40ef666073fb58191877bda9620a/cdktf-cdktf-provider-template-10.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-11 18:19:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cdktf",
    "github_project": "cdktf-provider-template",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cdktf-cdktf-provider-template"
}
        
Elapsed time: 0.18954s