{{ define "hero" }} {{ partial "hero" (dict "title" "Convert Your Terraform to Pulumi") }}

If you already have some Terraform and want to see what it would look like in your favorite language, we've got you covered. This conversion tool will do the magic of translating your HCL into modern code using Pulumi.

{{ partial "convert" (dict "from" "tf" "examples" .Params.examples ) }}
{{ end }} {{ define "main" }} {{ partial "get-started.html" . }}

Learn More

Pulumi is a universal infrastructure as code platform that supports many clouds and many languages. It supports any Terraform provider in addition to great native providers.

Compare Pulumi to Terraform

Pulumi is a comprehensive infrastructure as code platform. Instead of using a proprietary DSLs, you can use the industry's best languages and tools.

Learn how they compare

Check Out the Converter

The converter that powers this webpage can be run with pulumi convert. You can use it to tackle complex conversions, including importing existing resource state.

Learn how to convert
{{ partial "hand-raise-section" . }} {{ end }}