learn-terraform

Course outlines for learning terraform.

View the Project on GitHub robertdebock/learn-terraform

Packer

expected time requirements
60 minutes A computer with az installed.

Goal: Understand how to create images to spin up instances.

Explanation

So far we’ve used images created by the cloud provider. Typically these images work, but sometimes extra configuration is required, think if these things:

In those situations it can be useful to create your own image using Packer.

Howto

Let’s go over the Azure README.md or GCP README.md.

Assignment

Questions

  1. Would building images be something for your organization?
  2. Conceptually, can I build an Amazon image on Azure or GCP?

Solution

See ubuntu.json

Hints