Open
Description
Hi, I’m helping a team switch from Terraform to Pulumi.
As part of that work I’ve converted the code for a Terraform project to Pulumi code.
Now I’m writing the docs for this Pulumi program, and I can’t seem to find a concise but hands-on tutorial or introduction to Pulumi that would give a little bit of the concepts and structure but also some workflow.
For example, I’m imagining the perfect page that I’d like to link to might include:
- A quick explanation of what a project is vs a stack
- A walkthrough of the workflow for getting up and running as a new user of Pulumi in an existing Pulumi project
- e.g. something like:
- select an existing stack
- run
pulumi preview
and see how that goes - run
pulumi refresh
and see how that goes - make some minor change to a resource (e.g. add a tag)
- run
pulumi up
and explain what that will do, what to expect, how to proceed, etc.
- e.g. something like:
I hope that makes sense.
If such a document exists, please point me to it.
BTW, I find it odd that when I click the link Tutorials under the User Guides section of the docs site, it takes me to https://www.pulumi.com/registry/ — that doesn’t look like a set of tutorials? Am I missing something?
Thanks!