TypeScript-powered Infrastructure as Code (Backed by CDKTF)
npm install terrakitTypeScript-powered Infrastructure as Code (Backed by CDKTF)
> This initial release is aimed at gathering feedback before refining further.
- Override Resource Type – Users can define resources in a stack (equivalent to a Terraform root module) and override them as needed.
- Type-Safe – Ensuring safe overrides and configuration within TypeScript.
Checkout the starter project to get started with TerraKit.
```
make examples basic get
make examples basic synth
```
make clean-all