Usage:
- Clone this repository
- Change the cdktf.NewS3Backend() to your S3 bucket for storing the state
- Run
cdktf get
to install the dependencies - Run
cdktf deploy
to deploy the infrastructure
TODO:
- Making the VPC more configurable and adding more resources for best practices
- Adding more resources to the project