Moving on from Terraform CDK
dev.to·1d·
Discuss: DEV
📋Infrastructure as Code (IaC)
Preview
Report Post

HashiCorp is sunsetting Terraform CDK. Terraform CDK let you write infrastructure in TypeScript instead of HCL - you’d define AWS resources in TypeScript, run cdktf synth to generate Terraform JSON, then terraform apply to provision everything. Writing infrastructure in a real programming language with type safety and IDE support instead of learning HCL syntax.

At Encore, we approach this differently. While Encore isn’t a replacement for Terraform CDK, we think developers who appreciated CDK’s approach might find our perspective interesting. Instead of writing infrastructure declarations that generate configs, you write application code with infrastructure primitives. Encore parses the application code to unders…

Similar Posts

Loading similar posts...