Pulumi Do: Direct Resource Operations for Any Cloud
Pulumi has introduced a new command called 'pulumi do' for direct resource operations across various cloud providers. This command simplifies the process of creating, reading, updating, and deleting cloud resources without the need for a full infrastructure as code setup. It allows users to perform one-off interactions quickly and efficiently from the terminal.
- ▪Pulumi do enables direct resource operations without requiring a project or state.
- ▪Users can create, read, update, and delete cloud resources with a single command.
- ▪The command supports thousands of Pulumi-supported providers, streamlining ad-hoc cloud interactions.
Opening excerpt (first ~120 words) tap to expand
Introducing pulumi do: Direct Resource Operations for Any Cloud Fraser Waters Pat Gavlin Arun Loganathan Christian NunciatoPosted on May 22nd, 2026Infrastructure as code is the right model for production systems. State tracking, drift detection, and repeatable deployments all matter when you’re managing real workloads.But sometimes, you also need a quick, one-off interaction with the cloud: create a bucket or a database, look up a VPC, delete a stray resource.Today we’re introducing pulumi do, a new command for direct resource operations.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at pulumi.