Terraform Overview
Terraform Overview
Section titled βTerraform OverviewβTerraform is an infrastructure as code tool used to define and manage infrastructure through declarative configuration files.
Why Terraform Matters
Section titled βWhy Terraform MattersβIt lets teams review infrastructure changes the same way they review application code. Instead of manual portal changes, infrastructure becomes versioned, repeatable, and automatable.
Core Concepts
Section titled βCore Conceptsβ- providers connect Terraform to cloud or platform APIs
- resources describe the infrastructure to manage
- state tracks the current known deployment
- modules package reusable infrastructure patterns
Where To Go Next
Section titled βWhere To Go Nextβ- Read Terraform Overview Index for the section map.
- Continue with Workflow.
- Then read State Management and Modules.