Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Chapter 5 — Infrastructure as Code

Stop clicking through the AWS console. Define your infrastructure in code using Terraform and version-control it like any other software.

Contents

File Description
terraform/main.tf Starter Terraform config — AWS provider, basic resource

Learning Outcomes

  • Understand what Infrastructure as Code (IaC) means
  • Write and apply a basic Terraform configuration
  • Use terraform init, plan, and apply
  • Understand state files and why they matter