Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 336 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 336 Bytes

cdktf

cdktf is a framework for defining cloud infrastructure using Terraform providers and modules. It allows for users to define infrastructure resources using higher-level programming languages.

Build

Install dependencies

yarn install

Build the package

yarn build

Learn More