# CDKTF prebuilt bindings for hashicorp/nomad provider version 2.3.1
This repo builds and publishes the [Terraform nomad provider](https://registry.terraform.io/providers/hashicorp/nomad/2.3.1/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-nomad](https://www.npmjs.com/package/@cdktf/provider-nomad).
`npm install @cdktf/provider-nomad`
### PyPI
The PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-nomad](https://pypi.org/project/cdktf-cdktf-provider-nomad).
`pipenv install cdktf-cdktf-provider-nomad`
### Nuget
The Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Nomad](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Nomad).
`dotnet add package HashiCorp.Cdktf.Providers.Nomad`
### Maven
The Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-nomad](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-nomad).
```
<dependency>
<groupId>com.hashicorp</groupId>
<artifactId>cdktf-provider-nomad</artifactId>
<version>[REPLACE WITH DESIRED VERSION]</version>
</dependency>
```
### Go
The go package is generated into the [`github.com/cdktf/cdktf-provider-nomad-go`](https://github.com/cdktf/cdktf-provider-nomad-go) package.
`go get github.com/cdktf/cdktf-provider-nomad-go/nomad/<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-nomad-go/blob/main/nomad/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-nomad).
## Versioning
This project is explicitly not tracking the Terraform nomad provider version 1:1. In fact, it always tracks `latest` of `~> 2.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 nomad provider](https://registry.terraform.io/providers/hashicorp/nomad/2.3.1)
* [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-nomad.git",
"name": "cdktf-cdktf-provider-nomad",
"maintainer": null,
"docs_url": null,
"requires_python": "~=3.8",
"maintainer_email": null,
"keywords": null,
"author": "HashiCorp",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/96/23/45d5880e73158adcff7e2b47c960875dbc743f74003f3ab0160e5261923d/cdktf_cdktf_provider_nomad-9.2.1.tar.gz",
"platform": null,
"description": "# CDKTF prebuilt bindings for hashicorp/nomad provider version 2.3.1\n\nThis repo builds and publishes the [Terraform nomad provider](https://registry.terraform.io/providers/hashicorp/nomad/2.3.1/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-nomad](https://www.npmjs.com/package/@cdktf/provider-nomad).\n\n`npm install @cdktf/provider-nomad`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-nomad](https://pypi.org/project/cdktf-cdktf-provider-nomad).\n\n`pipenv install cdktf-cdktf-provider-nomad`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Nomad](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Nomad).\n\n`dotnet add package HashiCorp.Cdktf.Providers.Nomad`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-nomad](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-nomad).\n\n```\n<dependency>\n <groupId>com.hashicorp</groupId>\n <artifactId>cdktf-provider-nomad</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-nomad-go`](https://github.com/cdktf/cdktf-provider-nomad-go) package.\n\n`go get github.com/cdktf/cdktf-provider-nomad-go/nomad/<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-nomad-go/blob/main/nomad/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-nomad).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform nomad provider version 1:1. In fact, it always tracks `latest` of `~> 2.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 nomad provider](https://registry.terraform.io/providers/hashicorp/nomad/2.3.1)\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 nomad Provider for Terraform CDK (cdktf)",
"version": "9.2.1",
"project_urls": {
"Homepage": "https://github.com/cdktf/cdktf-provider-nomad.git",
"Source": "https://github.com/cdktf/cdktf-provider-nomad.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cbcbb6d846cb977f7d07f00737c37224ff31c985d70685c81e5de23eaadf30dd",
"md5": "4fcadfeb358eccfd587cc8c803c83bd4",
"sha256": "90741adb414fd8c2fb0c7f94d1be7cd9a42edea2213c0f0471c6098d58e3cd4f"
},
"downloads": -1,
"filename": "cdktf_cdktf_provider_nomad-9.2.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4fcadfeb358eccfd587cc8c803c83bd4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "~=3.8",
"size": 704517,
"upload_time": "2024-08-14T03:31:14",
"upload_time_iso_8601": "2024-08-14T03:31:14.681908Z",
"url": "https://files.pythonhosted.org/packages/cb/cb/b6d846cb977f7d07f00737c37224ff31c985d70685c81e5de23eaadf30dd/cdktf_cdktf_provider_nomad-9.2.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "962345d5880e73158adcff7e2b47c960875dbc743f74003f3ab0160e5261923d",
"md5": "533c9b3e9c79a4561969415d3bd80c50",
"sha256": "f8041bf387e94d60d331e5d2d48db80693465a03f742382d2972ee898b1a4198"
},
"downloads": -1,
"filename": "cdktf_cdktf_provider_nomad-9.2.1.tar.gz",
"has_sig": false,
"md5_digest": "533c9b3e9c79a4561969415d3bd80c50",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~=3.8",
"size": 643256,
"upload_time": "2024-08-14T03:31:16",
"upload_time_iso_8601": "2024-08-14T03:31:16.006608Z",
"url": "https://files.pythonhosted.org/packages/96/23/45d5880e73158adcff7e2b47c960875dbc743f74003f3ab0160e5261923d/cdktf_cdktf_provider_nomad-9.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-14 03:31:16",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "cdktf",
"github_project": "cdktf-provider-nomad",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "cdktf-cdktf-provider-nomad"
}