Demo for the conference talk.
yarn install
(note: this project uses yarn workspaces)
From the terraform
directory (cd terraform
) you can run:
yarn get
to fetch TF modules and typingsyarn build
to build typescript and fetch TF modulesyarn watch
to build typescript in watch mode (note: to fetch modules runyarn get
)yarn synth
to generatecdk.tf.json
used byterraform
cli
From cdktf.out
directory (cd cdktf.out
)
terraform init
to initialize terraform projectterraform plan
to create an execution planterraform apply
to apply the changes required to reach the desired state of the configurationterraform destroy
to destroy the Terraform-managed infrastructure
This project was bootstrapped with Create React App.
yarn start
yarn test
yarn build