diff --git a/README.md b/README.md index 6e5b948..b5b4f39 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ Apache 2.0 ## Installing > [!NOTE] -> Currently those packages are not available via the mentioned packages managers but can be installed locally by using the generated sdks directly. -> Keep in mind that this is in ALPHA state and only the Resource Manager and IaaS service is supported. +> Currently only the npm package is available via the mentioned packages managers but the other ones can be installed locally by using the generated SDKs directly. +> Keep in mind that this is in ALPHA state and only the Resource Manager and IaaS service for Node.js is supported. > E.g. in order to create and install the TypeScript SDK you can use the following [guide](./examples/ts/README.md). ### Node.js (JavaScript/TypeScript) diff --git a/RELEASE.md b/RELEASE.md index 8b048f5..92fc5c6 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -28,4 +28,4 @@ The version of the Pulumi provider is the same as the one for the Terraform prov - [GitHub releases page](https://github.com/stackitcloud/pulumi-stackit/releases) - [Pulumi registry](https://www.pulumi.com/registry/packages) 7. Ensure the packages where properly published (e.g. to npm) - - [npm](https://www.npmjs.com/) + - [npm](https://www.npmjs.com/package/@stackitcloud/pulumi-stackit) diff --git a/docs/_index.md b/docs/_index.md index ac45c10..5f83f09 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -32,8 +32,8 @@ Apache 2.0 ## Installing > [!NOTE] -> Currently those packages are not available via the mentioned packages managers but can be installed locally by using the generated sdks directly. -> Keep in mind that this is in ALPHA state and only the Resource Manager and IaaS service is supported. +> Currently only the npm package is available via the mentioned packages managers but the other ones can be installed locally by using the generated sdks directly. +> Keep in mind that this is in ALPHA state and only the Resource Manager and IaaS service for Node.js is supported. > E.g. in order to create and install the TypeScript SDK you can use the following [guide](./examples/ts/README.md). ### Node.js (JavaScript/TypeScript)