Pulumi

Community-maintained Pulumi provider for Thalassa Cloud, built on top of the Terraform provider.

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: