Skip to content

Terraform basics

This Terraform Workshop goal is to teach the reader the basic idea how to do the following with Terraform:

  • Learn basics of the HCL syntax
  • Learn basic Terraform block types and how to use them
  • Learn how to deploy to Cloud Run
  • Learn how to deploy VPC, Compute Engine and HTTP Load Balancing

Exercises

Note

These exercises are part of the Polar Squad's "Terraform" training

If you wish to enroll in the training, contact us for further details. The exercises can be completed separately, too.

  1. Preparation
  2. Initialization
  3. Variables
  4. Cloud Run
  5. IAM
  6. Compute Engine
  7. Firewall
  8. Load Balancer
  9. Teardown

Next

To get started, let's do some preparation.