pulumi-infrastructure

Installation
SKILL.md

Pulumi Infrastructure — GCP with TypeScript

Set up, manage, and extend Google Cloud Platform infrastructure using Pulumi with TypeScript in a monorepo approach.

When to Use

  • Setting up a new Pulumi project for GCP
  • Adding GCP resources (Cloud Run, Cloud SQL, Redis, Buckets, etc.)
  • Importing existing GCP resources into Pulumi state
  • Debugging infrastructure deployment issues
  • Configuring networking (VPC, private IPs, service access)

Project Structure

A Pulumi project lives in infrastructure/ at the repository root, fully isolated from the main application tooling.

Installs
1
First Seen
Jun 23, 2026
pulumi-infrastructure — mkrlabs/specflow