Part 3 - Terraform install & Apstra Provider

Corporate Logo

Set up terraform in your local environment

  1. Install terraform for your host OS Terraform is a single binary executable program offered by hashicorp, you can easily download the correct executable for your operating system by going to the Terraform website and clicking the Download link:

    Download Terraform

  2. Follow the Terraform installation instructions for your specific OS. here is an example screenshot of how to do this for the MacOS:

    Install Terraform for MacOS

  3. Find the documentation for the provider on your browser

    Locate the documentation link for the Apstra Terraform Provider, open it in a browser window, you can refer to it often as we work through the Terraform configuration files.