https://github.com/stackitcloud/pulumi-stackit
https://github.com/stackitcloud/pulumi-stackit
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stackitcloud/pulumi-stackit
- Owner: stackitcloud
- License: apache-2.0
- Created: 2025-07-14T08:43:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-21T08:05:11.000Z (about 1 month ago)
- Last Synced: 2025-12-25T19:16:15.420Z (29 days ago)
- Language: C#
- Size: 2.63 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Copyright: COPYRIGHT
Awesome Lists containing this project
README
# STACKIT Pulumi Provider (ALPHA)
[](https://www.apache.org/licenses/LICENSE-2.0)
> [!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](https://www.stackit.de/en/) resources.
## Reporting issues
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](https://support.stackit.cloud/).
## License
Apache 2.0
## Installing
> [!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](./examples/ts/README.md).
### Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
```bash
npm install @stackitcloud/pulumi-stackit
```
or `yarn`:
```bash
yarn add @stackitcloud/pulumi-stackit
```
## Getting started
A good starting point is the collection of examples in the [Examples](./examples/) folder.
A detailed authentication guide, information on how to use beta and experimental resources, and available configuration options can be found under [Installation Configuration](./docs/installation-configuration.md).
## Reference
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/stackit/api-docs/).