pulumi/docs/faq.md
2017-03-10 22:03:50 -08:00

539 B

Frequently Asked Questions

WARNING: this document is a placeholder.

How is this different from ...?

Helm Go Templates

Google Deployment Manager (Jinja/Python)

OpenStack Heat

Terraform/HCL

  • A real module and package management system. (Terraform has a bit here; more template-like.)

  • Strongly typed with extensible schema. Everything isn't a string.

  • Built-in way to extend the system with "custom" resource types.

  • No "interpolation": basic expressions, functions, conditionals, in an integrated language.