Skip to main content

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.

What 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.
  1. 1

    Understanding Stacks

    Learn a bit more about stacks as part of using Pulumi.
    10 min
  2. 2

    Understanding Stack Outputs

    Learn how to share values from a stack to other places.
    10 min
  3. 3

    Working with Secrets

    Explore how Pulumi handles secrets across all environments.
    10 min
  4. 4

    Understanding Stack References

    Learn how to share outputs across stacks with stack references.
    10 min
Get started

Related

The infrastructure as code platform for any cloud.