Pulumi Project Setup
A Pulumi project is any folder that contains a Pulumi.yaml file.
A new project can be created using the pulumi new command.
A project specifies which runtime to use and determines where to look for the program executed during deployments.
Here is an example of a Pulumi project file that you can use when using it with Ketch:
name: app-nodejs-1
runtime: nodejs
description: Creating a Ketch App with Pulumi
You can find detailed information about Pulumi projects here
Updated almost 2 years ago