| title | stackit |
|---|---|
| meta_desc | Learn how to use Pulumi's STACKIT provider to manage STACKIT resources. |
| layout | package |
Warning
This STACKIT Pulumi Provider is in an ALPHA state. Currently, only IaaS and Resource Manager services in TypeScript are supported. More functionality will be supported soon. Your feedback is appreciated! Feel free to open GitHub issues to provide feature requests and bug reports.
The STACKIT Pulumi Provider lets you manage STACKIT resources.
If you encounter any issues or have suggestions for improvements, please open an issue in the repository or create a ticket in the STACKIT Help Center.
Apache 2.0
Note
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.
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm install @stackitcloud/pulumi-stackitor yarn:
yarn add @stackitcloud/pulumi-stackit{{< chooser language "typescript" >}}
{{% choosable language typescript %}}
import * as pulumi from "@pulumi/pulumi";
import * as stackit from "@stackitcloud/pulumi-stackit";
const exampleWithName = new stackit.Network("example_with_name", {
projectId: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", // Replace with your actual project ID
name: "example-with-name",
});{{% /choosable %}} {{< /chooser >}}
For more examples, please have a look at the Examples.
A detailed authentication guide, information on how to use beta and experimental resources, and available configuration options can be found under Installation Configuration.
For detailed reference documentation, please visit the Pulumi registry.