Kimberley Mackenzie e35e01f06f
Prettier Spike (#1517)
* Add Prettier set-up (no formatting in this commit).

* Manual fixes for Prettier issues.

* Run Prettier fix on non-markdown files.

* Incorporate Prettier PR feedback - update commands, re-apply new yaml styles, add editor config.

* Remove deprecated config item.

* Add dependency on prettier-plugin-go-template.

* reconcile changed file with prettier formatting.

* Add git blame ignore revs file to include Prettier formatting commit.

* Fix format issue with merge conflict.
2022-06-01 10:58:20 -07:00

40 lines
2.0 KiB
HTML

<section id="benefits" class="container mx-auto py-16 px-4">
<h2>Benefits of Pulumi</h2>
<div class="md:flex my-8">
<div class="md:w-1/4 ">
<img class="h-12 mb-2" src="/icons/realCode_icon.svg" />
<h3>Modern Programming Languages</h3>
<p>
With Pulumi, you get all of the benefits of a modern programming language for provisioning cloud infrastructure: code completion, error checking, versioning, IDE
support, and general productivity gains &mdash; without the need to manage YAML and DSL syntax.
</p>
</div>
<div class="md:w-1/4 md:mx-8 my-12 md:my-0">
<img class="h-12 mb-2" src="/icons/reusable-component.svg" />
<h3>Familiar Constructs</h3>
<p>
Real languages means you get familiar constructs like for loops, functions, and classes - cutting boilerplate and enforcing best practices. Pulumi lets you leverage
existing package management tools and techniques.
</p>
</div>
<div class="md:w-1/4 md:mx-8 my-12 md:my-0">
<img class="h-12 mb-2" src="/icons/immutable_infastrc_icon.svg" />
<h3>Ephemeral Infrastructure</h3>
<p>
Pulumi has deep support for cloud native technologies, like Kubernetes, and supports advanced deployment scenarios that cannot be expressed with Terraform. Pulumi
is a proud member of the Cloud Native Computing Foundation (CNCF).
</p>
</div>
<div class="md:w-1/4 ">
<img class="h-12 mb-2" src="/icons/icon-core3.svg" />
<h3>TF Provider Integration</h3>
<p>
Pulumi is able to adapt any Terraform Provider for use with Pulumi, enabling management of any infrastructure supported by the Terraform Providers ecosystem using
Pulumi programs.
<a href="https://github.com/pulumi/pulumi-terraform-bridge">Find out more here</a>.
</p>
</div>
</div>
</section>