3 Comments
User's avatar
Giuseppe Santoro ๐Ÿšข's avatar

I've never been a huge fan of Terraform, so the move to the non-opensource license was for me what I needed to look for alternatives. Currently my preferred option is Crossplane and if I want the power of a proper programming language I'll choose Pulumi instead

Expand full comment
Steffen's avatar

Crossplane sounds nice! Have not tried out Pulumi but I found AWS CDK with TypeScript more verbose than the HCL, that is why I liked the idea of OpenTofu.

Expand full comment
Giuseppe Santoro ๐Ÿšข's avatar

I prefer crossplane since it aligns well with the principle of having both your applications and the infra as k8s resources. It might still feel verbose but you can use create your abstractions or use Cue to generate the yaml

Expand full comment