Stop clicking through the AWS console. Define your infrastructure in code using Terraform and version-control it like any other software.
| File | Description |
|---|---|
| terraform/main.tf | Starter Terraform config — AWS provider, basic resource |
- Understand what Infrastructure as Code (IaC) means
- Write and apply a basic Terraform configuration
- Use
terraform init,plan, andapply - Understand state files and why they matter