User guide
Pulumi is a modern infrastructure as code (IaC) tool that allows you to define, deploy, and manage your cloud infrastructure using real programming languages like TypeScript, Python, Go, and C#. This approach lets you leverage familiar tools, testing frameworks, and advanced programming constructs to manage your resources.
The STACKIT Pulumi Provider lets you use Pulumi to manage your STACKIT infrastructure. You can find the provider in the official documentation on GitHub:
STACKIT Pulumi Provider on GitHub
Find the latest and most comprehensive documentation on STACKIT Pulumi Provider directly in our repo.
Current state
Section titled “Current state”This STACKIT Pulumi Provider is in an ALPHA state. Currently, only IaaS and Resource Manager services in Node.js are supported. More functionality will be supported soon.
Getting started
Section titled “Getting started”Before you can use the provider, you must install Pulumi and need to have an Pulumi Account. You can find detailed steps within the sections Installation and Getting started as well as helpful Examples within our GitHub repository.