Pulumi Infrastructure as Code

Pulumi Infrastructure as Code

Official
pulumi

Manages cloud infrastructure using Pulumi's Infrastructure as Code platform. Query the Pulumi registry for resource documentation and execute deployment commands directly.

455 viewsLocal (stdio)

What it does

  • Query Pulumi registry for resource schemas and documentation
  • Preview infrastructure changes before deployment
  • Deploy infrastructure to cloud providers
  • Retrieve stack outputs and configuration
  • Refresh infrastructure state
  • Auto-generate AWS infrastructure from application code

Best for

DevOps engineers managing cloud infrastructureDevelopers deploying applications to AWSTeams exploring Pulumi resource optionsInfrastructure automation workflows
Direct CLI command executionRegistry browsing and documentationAutomatic AWS infrastructure generation

Tools (12)

pulumi-registry-get-type

Get the JSON schema for a specific JSON schema type reference

pulumi-registry-get-resource

Returns information about a Pulumi Registry resource

pulumi-registry-get-function

Returns information about a Pulumi Registry function

pulumi-registry-list-resources

List all resource types for a given provider and module

pulumi-registry-list-functions

List all function types for a given provider and module

Alternatives