Terraform CLI
Next, we'll install the Terraform CLI. Terraform is a command-line utility which allows you to apply the CDKTN generated configurations.
Using tenv, download terraform 1.7.3 with the following command.
tenv terraform install 1.7.3You can check the terraform version:
$ terraform --version
1.7.3export TERRAFORM_BINARY_NAME=$(which terraform)