Pulumi
#devops#tools
Pulumi is infrastructure as code where you write real programs (TypeScript, Python, Go, etc.) that provision cloud resources through provider SDKs—same goals as Terraform but with loops, abstractions, and tests expressed in a general-purpose language. It fits teams already deep in TypeScript who want components and package reuse. The trade-off is tying infra to a language runtime and Pulumi’s state/service model.