1. Tutorials
  2. Building with Pulumi

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:

Topics

This tutorial has 4 topics and takes about 40 minutes to complete.