pulumi-basics

Installation
SKILL.md

Pulumi Basics

Infrastructure-as-code using real programming languages with Pulumi.

Project Structure

my-infrastructure/
├── Pulumi.yaml       # Project file
├── Pulumi.dev.yaml   # Stack config
├── index.ts          # Main program
└── package.json

Pulumi.yaml

Installs
22
GitHub Stars
173
First Seen
Jan 22, 2026
pulumi-basics — thebushidocollective/han