0
0
Terraformcloud~5 mins

Installing Terraform - Quick Revision & Summary

Choose your learning style9 modes available
Recall & Review
beginner
What is Terraform used for?
Terraform is a tool that helps you create, change, and improve infrastructure safely and efficiently using code.
Click to reveal answer
beginner
Name one way to install Terraform on your computer.
You can download the Terraform binary from the official website and unzip it to a folder included in your system's PATH.
Click to reveal answer
beginner
Why is it important to add Terraform to your system PATH?
Adding Terraform to PATH lets you run the terraform command from any folder in your terminal or command prompt.
Click to reveal answer
beginner
What command do you run to check if Terraform is installed correctly?
Run terraform version in your terminal. It shows the installed Terraform version if installed correctly.
Click to reveal answer
beginner
What is a simple way to install Terraform on macOS?
Use Homebrew by running brew install terraform in the terminal.
Click to reveal answer
Which of these is the official source to download Terraform?
Ahttps://terraform.io/download
Bhttps://terraform.io/downloads
Chttps://terraform.io
Dhttps://hashicorp.com/terraform
What does adding Terraform to your system PATH allow you to do?
AAutomatically update Terraform
BRun terraform commands from any folder
CUse Terraform without internet
DInstall Terraform plugins
Which command checks the installed Terraform version?
Aterraform check
Bterraform status
Cterraform version
Dterraform info
On Windows, what is a common way to install Terraform?
AUsing Chocolatey package manager
BUsing apt-get
CUsing Homebrew
DUsing yum
What file format is the Terraform binary usually downloaded as?
A.zip
B.exe
C.tar.gz
D.msi
Explain the steps to install Terraform on your computer.
Think about how you get software ready to use from a downloaded file.
You got /4 concepts.
    Why is verifying Terraform installation important and how do you do it?
    Check if the tool works by asking it its version.
    You got /3 concepts.