Skip to main content

Pulumi

@ulfamansson/pulumiv2026.04.27.3· 3mo agoMODELS
01README

Read Pulumi stack state via CLI and marshal into swamp data keyed by URN for CEL consumption in workflows and reports.

02Models1
pulumi.tsv2026.04.27.3

Global Arguments

ArgumentTypeDescription
workDirstringPath to the Pulumi project directory
stackstringStack name (e.g. dev, prod, staging)
fn list_resources()
List all resources in the Pulumi stack with URN, type, name, and cloud ID
fn read_state()
Read full Pulumi stack state — writes one resource per URN with inputs and outputs
fn get_outputs(showSecrets: boolean)
Read Pulumi stack outputs — writes one resource per output (secrets shown as
ArgumentTypeDescription
showSecretsbooleanReveal secret output values (requires appropriate Pulumi access)

Resources

pulumi_inventory— Summary of all resources in the Pulumi stack
pulumi_resource— Individual Pulumi resource with full inputs and outputs keyed by URN
03Previous Versions2
2026.04.27.2
2026.04.27.1
04Stats
D
41 / 100
Downloads
3
Archive size
3.1 KB
  • Has README or module doc0/2missing
  • README has a code example0/1missing
  • README is substantive0/1pending
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared0/1missing
  • Verified public repository0/2missing
05Platforms
06Labels