cdktf-cdktf-provider-random


Namecdktf-cdktf-provider-random JSON
Version 11.0.0 PyPI version JSON
download
home_pagehttps://github.com/cdktf/cdktf-provider-random.git
SummaryPrebuilt random Provider for Terraform CDK (cdktf)
upload_time2024-01-10 11:46:16
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/random provider version 3.6.0

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

`npm install @cdktf/provider-random`

### PyPI

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

`pipenv install cdktf-cdktf-provider-random`

### Nuget

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

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

### Maven

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

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

### Go

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

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

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

## Versioning

This project is explicitly not tracking the Terraform random provider version 1:1. In fact, it always tracks `latest` of `~> 3.1` 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 random provider](https://registry.terraform.io/providers/hashicorp/random/3.6.0)
* [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-random.git",
    "name": "cdktf-cdktf-provider-random",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "HashiCorp",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/0f/45/12e38630debbfb1e2407ca4498ca8deb78cbbff63b224176ceea67aeef3e/cdktf-cdktf-provider-random-11.0.0.tar.gz",
    "platform": null,
    "description": "# CDKTF prebuilt bindings for hashicorp/random provider version 3.6.0\n\nThis repo builds and publishes the [Terraform random provider](https://registry.terraform.io/providers/hashicorp/random/3.6.0/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-random](https://www.npmjs.com/package/@cdktf/provider-random).\n\n`npm install @cdktf/provider-random`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-random](https://pypi.org/project/cdktf-cdktf-provider-random).\n\n`pipenv install cdktf-cdktf-provider-random`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Random](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Random).\n\n`dotnet add package HashiCorp.Cdktf.Providers.Random`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-random](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-random).\n\n```\n<dependency>\n    <groupId>com.hashicorp</groupId>\n    <artifactId>cdktf-provider-random</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-random-go`](https://github.com/cdktf/cdktf-provider-random-go) package.\n\n`go get github.com/cdktf/cdktf-provider-random-go/random`\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-random).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform random provider version 1:1. In fact, it always tracks `latest` of `~> 3.1` 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 random provider](https://registry.terraform.io/providers/hashicorp/random/3.6.0)\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 random Provider for Terraform CDK (cdktf)",
    "version": "11.0.0",
    "project_urls": {
        "Homepage": "https://github.com/cdktf/cdktf-provider-random.git",
        "Source": "https://github.com/cdktf/cdktf-provider-random.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf98192f5553098e03c6c137392705591d105a0a0a826a163f16fd6d2de949c3",
                "md5": "fc858b1b9ffb74f6767be5f3c701619b",
                "sha256": "d88ded647c9c451717cdb8149fbe3e577cfe89e306edca771bcbcaa412d2fe92"
            },
            "downloads": -1,
            "filename": "cdktf_cdktf_provider_random-11.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fc858b1b9ffb74f6767be5f3c701619b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.8",
            "size": 107172,
            "upload_time": "2024-01-10T11:46:13",
            "upload_time_iso_8601": "2024-01-10T11:46:13.068154Z",
            "url": "https://files.pythonhosted.org/packages/cf/98/192f5553098e03c6c137392705591d105a0a0a826a163f16fd6d2de949c3/cdktf_cdktf_provider_random-11.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f4512e38630debbfb1e2407ca4498ca8deb78cbbff63b224176ceea67aeef3e",
                "md5": "57f559b02ebf7e50d1cf4a30f0ee810b",
                "sha256": "75cabfa31bf09fb8207b865b9306fb9ce427f564d27b09c4f35a09026a8a924e"
            },
            "downloads": -1,
            "filename": "cdktf-cdktf-provider-random-11.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "57f559b02ebf7e50d1cf4a30f0ee810b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.8",
            "size": 94780,
            "upload_time": "2024-01-10T11:46:16",
            "upload_time_iso_8601": "2024-01-10T11:46:16.469709Z",
            "url": "https://files.pythonhosted.org/packages/0f/45/12e38630debbfb1e2407ca4498ca8deb78cbbff63b224176ceea67aeef3e/cdktf-cdktf-provider-random-11.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-10 11:46:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cdktf",
    "github_project": "cdktf-provider-random",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cdktf-cdktf-provider-random"
}
        
Elapsed time: 0.17001s