Skip to content
Terraform CLI

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.3

You can check the terraform version:

$ terraform --version
1.7.3
export TERRAFORM_BINARY_NAME=$(which terraform)

See Also

Edit this page