Building with Pulumi
This tutorial digs a little deeper into what it means to create multiple Pulumi programs and work with them interdependently. We will also cover how Pulumi uses secrets and how you can test your Pulumi programs.
- Using multiple stacks to configure environments independently
- What stack outputs are and how to use them
- How to manage sensitive data like database passwords with encrypted secrets
- How to consume the outputs of another Pulumi stack with stack references
- Pulumi Fundamentals25 min
- An existing
my-first-appproject from that tutorial - The Pulumi CLI
- A Pulumi Cloud account and an access token
- Familiarity with JavaScript, TypeScript, or Python
- A Docker service installed and running locally
Topics
This tutorial has 4 topics and takes about 40 minutes to complete.- 110 min
Understanding Stacks
Learn a bit more about stacks as part of using Pulumi. - 210 min
Understanding Stack Outputs
Learn how to share values from a stack to other places. - 310 min
Working with Secrets
Explore how Pulumi handles secrets across all environments. - 410 min
Understanding Stack References
Learn how to share outputs across stacks with stack references.