pulumi-hugo-cn/themes/default/layouts/shortcodes/esc-get-started-note.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
442 B
HTML
Raw Permalink Normal View History

2023-10-10 22:28:36 +00:00
<div class="note note-info">
<div class="icon-and-line">
<i class="fas fa-info-circle"></i>
<div class="line"></div>
</div>
<div class="content">
<p>
For a streamlined Pulumi ESC walkthrough, including language runtime installation and cloud configuration, see the
<a href="{{ relref . "/docs/pulumi-cloud/esc/get-started" }}">Get Started</a> guide.
</p>
</div>
</div>