0.135.0: New Terraform packages
With this release, we add new Terraform packages:
- terraform-0.11
- terraform-0.12
- terraform-0.13
and deprecate the old packages:
- terraform_0.11
- terraform_0.12
- terraform_0.13
The new packages use the Debian alternatives system to provide a standard way to set the default version of terraform
. By default, the latest version will be selected. To choose an alternative, use:
update-alternatives --config terraform
You will still be able to choose a version on the command line as terraform-0.1x
will be installed in /usr/bin
and the appropriate version of terraform
will be installed as /usr/local/terraform/0.1x/bin/terraform
. The latter installation allows you to change your version of Terraform (as with direnv
) by changing your PATH
to put /usr/local/terraform/0.1x/bin/
as the first directory to be searched.