cdktf-cdktf-provider-null


Namecdktf-cdktf-provider-null JSON
Version 10.0.0 PyPI version JSON
download
home_pagehttps://github.com/cdktf/cdktf-provider-null.git
SummaryPrebuilt null Provider for Terraform CDK (cdktf)
upload_time2024-01-10 11:41:40
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/null provider version 3.2.2

This repo builds and publishes the [Terraform null provider](https://registry.terraform.io/providers/hashicorp/null/3.2.2/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-null](https://www.npmjs.com/package/@cdktf/provider-null).

`npm install @cdktf/provider-null`

### PyPI

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

`pipenv install cdktf-cdktf-provider-null`

### Nuget

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

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

### Maven

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

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

### Go

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

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

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

## Versioning

This project is explicitly not tracking the Terraform null provider version 1:1. In fact, it always tracks `latest` of `~> 3.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 null provider](https://registry.terraform.io/providers/hashicorp/null/3.2.2)
* [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-null.git",
    "name": "cdktf-cdktf-provider-null",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "HashiCorp",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/4c/5b/092fbcb470950b0057dc5c8edbdd0aeedc45a1bd4503be2695ad1d7ce6fe/cdktf-cdktf-provider-null-10.0.0.tar.gz",
    "platform": null,
    "description": "# CDKTF prebuilt bindings for hashicorp/null provider version 3.2.2\n\nThis repo builds and publishes the [Terraform null provider](https://registry.terraform.io/providers/hashicorp/null/3.2.2/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-null](https://www.npmjs.com/package/@cdktf/provider-null).\n\n`npm install @cdktf/provider-null`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-null](https://pypi.org/project/cdktf-cdktf-provider-null).\n\n`pipenv install cdktf-cdktf-provider-null`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Null](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Null).\n\n`dotnet add package HashiCorp.Cdktf.Providers.Null`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-null](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-null).\n\n```\n<dependency>\n    <groupId>com.hashicorp</groupId>\n    <artifactId>cdktf-provider-null</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-null-go`](https://github.com/cdktf/cdktf-provider-null-go) package.\n\n`go get github.com/cdktf/cdktf-provider-null-go/null`\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-null).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform null provider version 1:1. In fact, it always tracks `latest` of `~> 3.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 null provider](https://registry.terraform.io/providers/hashicorp/null/3.2.2)\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 null Provider for Terraform CDK (cdktf)",
    "version": "10.0.0",
    "project_urls": {
        "Homepage": "https://github.com/cdktf/cdktf-provider-null.git",
        "Source": "https://github.com/cdktf/cdktf-provider-null.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "016fa9d195226dd017b01dd2eeef5bf0e1fc627271a8cd81220e46985768b8bb",
                "md5": "41e57b2bbad093983e42d0ca8f576bb3",
                "sha256": "bc8da3bf7d2f0ed941cd10fde381af1d42dcbb062c183ae75add57ee4b7b9b29"
            },
            "downloads": -1,
            "filename": "cdktf_cdktf_provider_null-10.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "41e57b2bbad093983e42d0ca8f576bb3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.8",
            "size": 42640,
            "upload_time": "2024-01-10T11:41:14",
            "upload_time_iso_8601": "2024-01-10T11:41:14.125711Z",
            "url": "https://files.pythonhosted.org/packages/01/6f/a9d195226dd017b01dd2eeef5bf0e1fc627271a8cd81220e46985768b8bb/cdktf_cdktf_provider_null-10.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c5b092fbcb470950b0057dc5c8edbdd0aeedc45a1bd4503be2695ad1d7ce6fe",
                "md5": "1bc29bda9d55fc042a44d9850981bdb4",
                "sha256": "c87dd69ac79d058ed9f51be30c3756fe133e0003907751657cf41c5740bb1065"
            },
            "downloads": -1,
            "filename": "cdktf-cdktf-provider-null-10.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1bc29bda9d55fc042a44d9850981bdb4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.8",
            "size": 41320,
            "upload_time": "2024-01-10T11:41:40",
            "upload_time_iso_8601": "2024-01-10T11:41:40.602244Z",
            "url": "https://files.pythonhosted.org/packages/4c/5b/092fbcb470950b0057dc5c8edbdd0aeedc45a1bd4503be2695ad1d7ce6fe/cdktf-cdktf-provider-null-10.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-10 11:41:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cdktf",
    "github_project": "cdktf-provider-null",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cdktf-cdktf-provider-null"
}
        
Elapsed time: 0.17756s