F5 Programmability Training > Automation Mini Classes > Mini Class 2 - Getting Started with F5 Terraform > Module – Installing GO package, Terraform and the BIG-IP Provider Source | Edit on

Terraform Installation

Please follow the instructions provided by the instructor to start your lab and access your jump host.

This class covers the following topics:

Expected time to complete: 15 mins

Follow these steps to complete this task:

  1. Open your web browser firefox on the jumpbox
  2. Navigate to https://www.terraform.io/downloads.html
../../../_images/terraformimage.png
  1. Click on the Linux 64 bit it will start terraform_0.11.7_linux_amd64.zip file download.

  2. Open terminal on the Client/Jumpbox VM

  3. Execute the following command on Jumpbox terminal:

    cd Download
    
    sudo unzip terraform_0.11.7_linux_amd64.zip
    

    Important

    Enter f5DEMOs4u if prompted for f5student’s password

  4. Move the Terraform binary into /usr/local/bin by executing:

    sudo mv terraform /usr/local/bin
    
  5. Test Terraform pacakage by executing:

    terraform -version
    

Important

You should see the following

Terraform v0.11.7

Note

All work for this lab will be performed exclusively from the jumphost. No installation or interaction with your local system is required.