learn-terraform

Course outlines for learning terraform.

View the Project on GitHub robertdebock/learn-terraform

Install terraform

expected time requirements
60 minutes a computer

Goal: Have terraform installed.

Explanation

Terraform is a program that needs to be installed. It’s quite simple, but required.

The Terraform CLI is a simple binary, no services/servers/daemon, no specific users, etc.

Howto

This depends a bit on the environment you’re working in.

Have a look at this playground repository that can be used to spin up machine to try terraform on.

Demo

Assignment

You first need to install terraform. Identical for all providers:

To verify that you are done, please enter this command:

terraform --version

Questions

  1. What installation method would you prefer?
  2. How was terraform installed? (If it was installed for you.)