Audience: Software engineers starting with Infrastructure as Code
Goal: Understand Terraform fundamentals, configure Azure, and deploy your first resources
Terraform is an Infrastructure as Code (IaC) tool by HashiCorp. You describe your infrastructure in declarative configuration files (.tf), and Terraform figures out how to create, update, or destroy the real resources to match.