UNPKG

@cdktf/provider-upcloud

Version:

Prebuilt upcloud Provider for Terraform CDK (cdktf)

64 lines (37 loc) 3.14 kB
# CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.32.0 HashiCorp made the decision to stop publishing new versions of prebuilt [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.32.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 `UpCloudLtd/upcloud` 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 UpCloudLtd/upcloud --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-upcloud](https://www.npmjs.com/package/@cdktf/provider-upcloud). `npm install @cdktf/provider-upcloud` ### PyPI The PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-upcloud](https://pypi.org/project/cdktf-cdktf-provider-upcloud). `pipenv install cdktf-cdktf-provider-upcloud` ### Nuget The Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Upcloud](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Upcloud). `dotnet add package HashiCorp.Cdktf.Providers.Upcloud` ### Maven The Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-upcloud](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-upcloud). ``` <dependency> <groupId>com.hashicorp</groupId> <artifactId>cdktf-provider-upcloud</artifactId> <version>[REPLACE WITH DESIRED VERSION]</version> </dependency> ``` ### Go The go package is generated into the [`github.com/cdktf/cdktf-provider-upcloud-go`](https://github.com/cdktf/cdktf-provider-upcloud-go) package. `go get github.com/cdktf/cdktf-provider-upcloud-go/upcloud/<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-upcloud-go/blob/main/upcloud/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-upcloud).