pulumi-components

Installation
SKILL.md

Pulumi Components

Build reusable infrastructure components with Pulumi to create modular, composable, and maintainable infrastructure.

Overview

Pulumi ComponentResources allow you to create higher-level abstractions that encapsulate multiple cloud resources into logical units. This enables code reuse, better organization, and more maintainable infrastructure code.

Basic ComponentResource

import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
Installs
24
GitHub Stars
173
First Seen
Jan 22, 2026
pulumi-components — thebushidocollective/han