Skip to content

Terraform basics

This Terraform training's goal is to teach the reader the basic idea how to do the following with Terraform:

  • Learn basics in HCL
  • Learn basic Terraform block types and how to use them
  • Learn how to deploy to ECS Fargate

Exercises

Note

These exercises are part of the Polar Squad's "Terraform" workshop. If you wish to enroll in the workshop, contact us for further details. The exercises can be completed separately, too.

  1. Preparation
  2. Initialization
  3. Variables
  4. Data
  5. IAM
  6. Security Groups
  7. ALB
  8. ECS

Next

To get started, let's do some preparation.