These folders hold templates that are used to create Pulumi projects. If project specific instructions are necessary, they will be located in the README for that project.
-
Make a new folder and change directory into that folder:
mkdir <project-folder> && cd <project-folder>
-
Instantiate a new project:
pulumi new https://github.com/wwt/pulumi-templates/folder-name
-
Follow the prompts to configure your deployment.
-
Run
pulumi up
to preview and deploy the stack.
-
Run
pulumi destroy
to tear down the stack -
Remove the stack and its history with:
pulumi stack rm dev