{{ define "main" }} {{ $pageContext := . }}

Pulumi Templates for Common Use Cases

Pulumi templates are the fastest way to deploy infrastructure. Templates come with predefined infrastructure as code so you can get started instantly. Find some of our templates below, and Happy Templating!

{{ range $item := .Params.templates.items }}
{{ $item.heading }}

{{ $item.description }}

{{ end }}

Workshops

{{ range .Params.workshops }}
{{ .title }}
{{ .date }}

{{ .description }}

{{ end }}

Use Cases

{{ partial "virtual-communities" . }} {{ partial "help-links" . }} {{ end }}