Learning Project - Infrastructure as Code

Terraform and Infrastructure as Code

A working page for documenting Terraform fundamentals, repeatable infrastructure patterns, and the move from manual builds toward reviewed, versioned change.

StatusIn Progress
  • FocusInfrastructure as Code
  • ToolTerraform
  • OutputRepeatable patterns
Overview

This page will capture Terraform learning notes, basic module patterns, state concepts, and practical examples.

Why This Matters

Infrastructure is easier to trust when it can be reviewed, repeated, documented, and changed intentionally.

Learning

What I'm Learning

Providers, resources, variables, state, planning, and how to keep IaC readable for future operators.

Build

What I Built / Am Building

Small Terraform examples and notes that connect infrastructure concepts to practical team workflows.

Evidence

Screenshots / Evidence

Planned evidence for plans, apply output, diagrams, and notes from future IaC exercises.

Matt's Notes

The point is repeatability.

Terraform is not magic. The useful part is forcing infrastructure decisions into a shape that can be read, reviewed, and reused.

Next Steps

Add the first small Terraform build and screenshots.

Back to Projects