Course outlines for learning terraform.
expected time | requirements |
---|---|
45 minutes | none |
Goal: Get to know each other and hear about how the course will be held.
Please tell something about yourself.
We need to setup the environment where we are going to play on.
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.
This depends a bit per environment. Generic steps are described here.
The general requirements are:
gcloud auth application-default login
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
In the BASIC course, people have built:
Please git clone
it to your workspace, we’ll start with that.