Demo for the conference talk.
yarn install(note: this project uses yarn workspaces)
From the terraform directory (cd terraform) you can run:
yarn getto fetch TF modules and typingsyarn buildto build typescript and fetch TF modulesyarn watchto build typescript in watch mode (note: to fetch modules runyarn get)yarn synthto generatecdk.tf.jsonused byterraformcli
From cdktf.out directory (cd cdktf.out)
terraform initto initialize terraform projectterraform planto create an execution planterraform applyto apply the changes required to reach the desired state of the configurationterraform destroyto destroy the Terraform-managed infrastructure
This project was bootstrapped with Create React App.
yarn startyarn testyarn build
