Skip to content

Commit

Permalink
updating to pulumi in three minutes video
Browse files Browse the repository at this point in the history
  • Loading branch information
interurban committed May 29, 2024
1 parent f3173ab commit 27795f7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 5 deletions.
8 changes: 3 additions & 5 deletions content/docs/get-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,16 +339,14 @@ Alternatively, you can watch the following video which provides a high level ove

<div class="rounded-md shadow border border-gray-300 w-3/4 mx-auto my-4" style="position: relative; padding-bottom: 40.25%; height: 0; overflow: hidden;">
<iframe
src="//www.youtube.com/embed/6f8KF6UGN7g?rel=0"
src="//www.youtube.com/embed/Q8tw6YTD3ac?rel=0"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;"
allowfullscreen=""
title="Introduction to Pulumi: Modern Infrastructure as Code"
srcdoc="<style>*{padding:0;margin:0;overflow:hidden}html,body{height:100%}img{position:absolute;width:100%;top:0;bottom:0;margin:auto}</style><a href=https://www.youtube.com/embed/6f8KF6UGN7g?autoplay=1><img src='/images/home/youtube-preview.svg' alt='Introduction to Pulumi: Modern Infrastructure as Code'></a>">
title="Introduction to Pulumi in Three Minutes"
srcdoc="<style>*{padding:0;margin:0;overflow:hidden}html,body{height:100%}img{position:absolute;width:100%;top:0;bottom:0;margin:auto}</style><a href=https://www.youtube.com/embed/Q8tw6YTD3ac?autoplay=1><img src='/images/home/youtube-getting-started.svg' alt='Introduction to Pulum in Three Minutes'></a>">
</iframe>
</div>

The above video demonstrates how to use Pulumi with AWS. To learn how to use Pulumi with other supported clouds, take a look at our [Registry documentation](/registry/).

## Pulumi Cloud

The Pulumi Cloud is a fully managed service that helps you adopt Pulumi’s open source SDK with ease. It provides built-in state and secrets management, integrates with source control and CI/CD, and offers a web console and API that make it easier to visualize and manage infrastructure. It is free for individual use, with features available for teams.
Expand Down
Loading

0 comments on commit 27795f7

Please sign in to comment.