Repository containing a CDK for Terraform construct library for: VPC, EKS, IAM, ExternalDNS, and Autoscaling (in one stack)
cdktf get
will download the dependencies for you.
cdktf synth
will generate the Terraform configuration files.
cdktf deploy
will deploy the stack to AWS.
- Terraform >= 1.3.0
- AWS CLI
- Node.js >= 18
- CDK for Terraform >= 0.8.0