Course outlines for learning terraform.
expected time | requirements |
---|---|
15 minutes | A computer with Terraform installed, terraform knowledge. |
Goal: Learn how to benefit from tfenv.
tfenv
is a tool to manage versions of Terraform. It can be useful to quickly download or select a new version of Terraform. This would be useful for developing Terraform code and testing if it works on multiple versions of Terraform.
You may need to install tfenv. On the lab-machines it’s ready to be used.
Once installed you can:
tfenv list
.tfenv list-remote
.tfenv install 1.1.7
.tfenv use 1.1.7
.tfvar install latest
.tfvar install min-required
.You can also pick a version in .terraform-version
.
0.6.1
) of Terraform, see if your code still works.tfenv
in your environment?