Downloading and installing Terraform is simple, and adding the path of the Terraform binary to the PATH environment variable makes it possible to execute the Terraform command line from any terminal location.
After completing all these steps, we can check that Terraform is working properly by opening a command-line terminal or PowerShell and executing the following command:
terraform --help
The result of executing the preceding command is shown in the following screenshot:
By doing this, the list of Terraform commands will be displayed in the terminal.