Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading