sparse-intern-71089
01/18/2023, 5:13 PMcuddly-book-2159
01/18/2023, 5:14 PMbillowy-army-68599
cuddly-book-2159
01/18/2023, 5:19 PMlemon-agent-27707
01/18/2023, 5:21 PMlemon-agent-27707
01/18/2023, 5:22 PMlemon-agent-27707
01/18/2023, 5:22 PMcuddly-book-2159
01/18/2023, 5:25 PMbillowy-army-68599
But if it’s just a thin wrapper on top of the pulumi’s cli, no point in using thisto come back to this, you can argue semantics around what a thin wrapper is, but to compare to shelling out to terraform there are a lot of benefits: • your wrapper and infrastructure code are first class citizens in your language of choice, rather than the code and language being separate • automation API is a supported product by us, you don’t have to maintain or build your own integration And that’s before you just generally compare to Terraform in general: • Pulumi is faster • we have full coverage of most cloud provider APIs with native providers • providers are per resource, not global in scope • secrets are encrypted in state unlike Terraform’s plaintext storing of values • Pulumi’s async model allows for complex operations like running health checks on resources once the API results have returned • You get all the awesome benefits of a responsive community and engineers helping you 🙂 • languages are first class citizens so you get the full scope of the SDKs unlike Terraform’s CDK/functions
cuddly-book-2159
01/18/2023, 5:36 PMcuddly-book-2159
01/18/2023, 5:37 PM