# CDKTF prebuilt bindings for hashicorp/azurerm provider version 4.14.0
This repo builds and publishes the [Terraform azurerm provider](https://registry.terraform.io/providers/hashicorp/azurerm/4.14.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-azurerm](https://www.npmjs.com/package/@cdktf/provider-azurerm).
`npm install @cdktf/provider-azurerm`
### PyPI
The PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-azurerm](https://pypi.org/project/cdktf-cdktf-provider-azurerm).
`pipenv install cdktf-cdktf-provider-azurerm`
### Nuget
The Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Azurerm](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Azurerm).
`dotnet add package HashiCorp.Cdktf.Providers.Azurerm`
### Maven
The Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-azurerm](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-azurerm).
```
<dependency>
<groupId>com.hashicorp</groupId>
<artifactId>cdktf-provider-azurerm</artifactId>
<version>[REPLACE WITH DESIRED VERSION]</version>
</dependency>
```
### Go
The go package is generated into the [`github.com/cdktf/cdktf-provider-azurerm-go`](https://github.com/cdktf/cdktf-provider-azurerm-go) package.
`go get github.com/cdktf/cdktf-provider-azurerm-go/azurerm/<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-azurerm-go/blob/main/azurerm/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-azurerm).
## Versioning
This project is explicitly not tracking the Terraform azurerm provider version 1:1. In fact, it always tracks `latest` of `~> 4.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 azurerm provider](https://registry.terraform.io/providers/hashicorp/azurerm/4.14.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-azurerm.git",
"name": "cdktf-cdktf-provider-azurerm",
"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/b4/99/b89d4be6e727bd3cc95bfd608a08f623d04bbd2eb4c710ad2e0bab26a6b6/cdktf_cdktf_provider_azurerm-13.14.0.tar.gz",
"platform": null,
"description": "# CDKTF prebuilt bindings for hashicorp/azurerm provider version 4.14.0\n\nThis repo builds and publishes the [Terraform azurerm provider](https://registry.terraform.io/providers/hashicorp/azurerm/4.14.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-azurerm](https://www.npmjs.com/package/@cdktf/provider-azurerm).\n\n`npm install @cdktf/provider-azurerm`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-azurerm](https://pypi.org/project/cdktf-cdktf-provider-azurerm).\n\n`pipenv install cdktf-cdktf-provider-azurerm`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Azurerm](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Azurerm).\n\n`dotnet add package HashiCorp.Cdktf.Providers.Azurerm`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-azurerm](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-azurerm).\n\n```\n<dependency>\n <groupId>com.hashicorp</groupId>\n <artifactId>cdktf-provider-azurerm</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-azurerm-go`](https://github.com/cdktf/cdktf-provider-azurerm-go) package.\n\n`go get github.com/cdktf/cdktf-provider-azurerm-go/azurerm/<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-azurerm-go/blob/main/azurerm/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-azurerm).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform azurerm provider version 1:1. In fact, it always tracks `latest` of `~> 4.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 azurerm provider](https://registry.terraform.io/providers/hashicorp/azurerm/4.14.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 azurerm Provider for Terraform CDK (cdktf)",
"version": "13.14.0",
"project_urls": {
"Homepage": "https://github.com/cdktf/cdktf-provider-azurerm.git",
"Source": "https://github.com/cdktf/cdktf-provider-azurerm.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2e90b738223377bc4ac71d609444f730b15fd5c2b473e0ffdb25f570fb3eab99",
"md5": "8a20a8cdee2966419a3dd5347c375b76",
"sha256": "449e4cbc1e9aca3a81559d5683cb1e452e44b74a7a34e2e4c592c7922f75d538"
},
"downloads": -1,
"filename": "cdktf_cdktf_provider_azurerm-13.14.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8a20a8cdee2966419a3dd5347c375b76",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "~=3.8",
"size": 42618915,
"upload_time": "2024-12-14T04:35:36",
"upload_time_iso_8601": "2024-12-14T04:35:36.356993Z",
"url": "https://files.pythonhosted.org/packages/2e/90/b738223377bc4ac71d609444f730b15fd5c2b473e0ffdb25f570fb3eab99/cdktf_cdktf_provider_azurerm-13.14.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b499b89d4be6e727bd3cc95bfd608a08f623d04bbd2eb4c710ad2e0bab26a6b6",
"md5": "ba44e36c0122fe08f00f7ed552026500",
"sha256": "2c854f1f90a753dfca456f41114f1f85c88d8c0b6d342e7e602a5b20f89fd696"
},
"downloads": -1,
"filename": "cdktf_cdktf_provider_azurerm-13.14.0.tar.gz",
"has_sig": false,
"md5_digest": "ba44e36c0122fe08f00f7ed552026500",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~=3.8",
"size": 41235119,
"upload_time": "2024-12-14T04:35:43",
"upload_time_iso_8601": "2024-12-14T04:35:43.947956Z",
"url": "https://files.pythonhosted.org/packages/b4/99/b89d4be6e727bd3cc95bfd608a08f623d04bbd2eb4c710ad2e0bab26a6b6/cdktf_cdktf_provider_azurerm-13.14.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-14 04:35:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "cdktf",
"github_project": "cdktf-provider-azurerm",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "cdktf-cdktf-provider-azurerm"
}