Describe your data center in a file, then make it real.
In this interactive Infrastructure lesson from Stencel Academy you don't just read — you type real commands like terraform plan, terraform apply and watch the machine respond on a live, animated map. It is part of the free How Infrastructure Works course.
Builds on: Orchestration.
terraform state list — Everything terraform believes it manages.git log --oneline main.tf — Your data center has a code-review history.terraform validate — Catch config errors before any API call.terraform plan -destroy — The same file can un-create everything — preview it.