2023-05-15 15:25:28 -07:00

1.5 KiB

title_tag, title, layout, date, draft, description, meta_desc, index, meta_image, youll_learn, providers
title_tag title layout date draft description meta_desc index meta_image youll_learn providers
Building with Pulumi | Learn Pulumi Building with Pulumi module 2021-09-20T08:30:13-05:00 false Learn how to use Pulumi for more complex configurations with multiple environments. Learn how to create multiple Pulumi programs and work with them interdependently with this tutorial. 4 practice.png
Using stacks for unique configurations of different environments
Sharing values from one Pulumi program or project to another
Working with secrets inside of Pulumi
aws

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.

Time

How long this module will take depends on your internet connection, reading speed, and other factors. On average, this module should take you about 50 minutes to complete.

Prerequisites

You should have completed the Pulumi Fundamentals pathway already.

You will need the following tools to complete this module:

As to skills, you should be able to

  • use your local terminal.
  • read and understand basic Typescript or Python code.