1.5 KiB
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 |
|
|
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:
- A Pulumi account and token
- If you don't have an account, go to the signup page.
- Pulumi CLI
- If you don't have the CLI, go to the installation page.
As to skills, you should be able to
- use your local terminal.
- read and understand basic Typescript or Python code.