Pulumi
Community-maintained Pulumi provider for Thalassa Cloud, built on top of the Terraform provider.
- Package:
@sandervb2/pulumi-thalassa
- Source: https://github.com/sandervb2/pulumi-thalassa/tree/main
Note: As a community project, compatibility and support may vary.
Quick start (TypeScript)
import * as thalassa from "@sandervb2/pulumi-thalassa";
const vpc = new thalassa.Vpc("example", {
name: "my-vpc",
});
Refer to the repository README for installation, configuration, and resource coverage: