Metadata-Version: 2.1
Name: cdktf-cdktf-provider-azurestack
Version: 9.0.1
Summary: Prebuilt azurestack Provider for Terraform CDK (cdktf)
Home-page: https://github.com/cdktf/cdktf-provider-azurestack.git
Author: HashiCorp
License: MPL-2.0
Project-URL: Source, https://github.com/cdktf/cdktf-provider-azurestack.git
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Typing :: Typed
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved
Requires-Python: ~=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cdktf<0.22.0,>=0.21.0
Requires-Dist: constructs<11.0.0,>=10.4.2
Requires-Dist: jsii<2.0.0,>=1.119.0
Requires-Dist: publication>=0.0.3
Requires-Dist: typeguard<4.3.0,>=2.13.3

# CDKTF prebuilt bindings for hashicorp/azurestack provider version 1.0.0

HashiCorp made the decision to stop publishing new versions of prebuilt [Terraform azurestack provider](https://registry.terraform.io/providers/hashicorp/azurestack/1.0.0) bindings for [CDK for Terraform](https://cdk.tf) on December 10, 2025. 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.21.0` and are no longer eligible for commercial support.

As a reminder, you can continue to use the `hashicorp/azurestack` 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/azurestack --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-azurestack](https://www.npmjs.com/package/@cdktf/provider-azurestack).

`npm install @cdktf/provider-azurestack`

### PyPI

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

`pipenv install cdktf-cdktf-provider-azurestack`

### Nuget

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

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

### Maven

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

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

### Go

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

`go get github.com/cdktf/cdktf-provider-azurestack-go/azurestack/<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-azurestack-go/blob/main/azurestack/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-azurestack).
