learn-terraform

Course outlines for learning terraform.

View the Project on GitHub robertdebock/learn-terraform

Introduction.

expected time requirements
45 minutes none

Goal: Get to know each other and hear about how the course will be held.

Assignment

Please tell something about yourself.

Howto

We need to setup the environment where we are going to play on.

Where?

On the lab instances all tools are installed. You don’t have to use these machines, you can also use your laptop or some shared server.

Let’s authenticate (GCP)

This depends a bit per environment. Generic steps are described here.

The general requirements are:

Let’s authenticate (Azure)

For most users:

az login

You can add --use-device-code to authenticate using Microsoft Authenticator.

To use a specific subscription, issue:

az account set --subscription x-y-z-a-b

Let’s get some code

In the BASIC course, people have built:

Please git clone it to your workspace, we’ll start with that.

Explanation