Source: www.hashicorp.com

Announcing CDK for Terraform 0.5

Category: Terraform, Hashicorp, github

A fully managed platform to automate infrastructure on any cloud with HashiCorp products. The CDK for Terraform 0.5 introduces code generation from HCL and a new cdktf watch workflow for serverless workloads.

CDK for Terraform provides the ability to write HashiCorp Terraform configurations in C#, Python, TypeScript, and Java using all existing Terraform providers and Terraform modules.

The new cdktf convert command automates this translation to make it easier to apply the existing library of HCL Terraform content to CDK for Terraform.

To create a new CDK for Terraform configuration by converting an existing HCL Terraform codebase, run: See the cdktf convertdocumentation for more information, and read about our known limitations.

Related Articles