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.
In this tutorial, you'll learn:
- 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
Prerequisites:-
Completion of the Pulumi Fundamentals tutorial and an existing
my-first-app
project -
The Pulumi CLI
-
A Pulumi Cloud account and access token
-
Familiarity with JavaScript, TypeScript, or Python
-
A Docker service installed and running locally
my-first-app
projectTopics
This tutorial has 4 topics and takes about 40 minutes to complete.
- Understanding Stacks 10 minutes
- Understanding Stack Outputs 10 minutes
- Working with Secrets 10 minutes
- Understanding Stack References 10 minutes