pulumi/docs/faq.md
2017-01-01 15:18:36 -08:00

21 lines
495 B
Markdown

# Frequently Asked Questions
## 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.