logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Create Pulumi Project - Generate New Infrastructure | Online Free DevTools by Hexmos

Create Pulumi projects instantly with Pulumi New. Generate infrastructure as code, choose templates, and manage secrets securely. Free online tool, no registration required.

pulumi-new

Create a new Pulumi project. More information: https://www.pulumi.com/docs/iac/cli/commands/pulumi_new/.

  • Choose a template interactively:

pulumi new

  • Create a project from a specific template (e.g azure-python):

pulumi new {{provided-template}}

  • Create a project from a local file:

pulumi new {{path/to/templates/aws-typescript}}

  • Create a project from a Git repository:

pulumi new {{url}}

  • Use the specified secrets provider with the backend:

pulumi new --secrets-provider {{passphrase}}

See Also