Backend
- Terraform Backends define where the state lives
- local is default terraform backend.
- Refer Here for docs
- Refer Here for changes
Workspace
- Backend + Environment
- Terraform has a workspace called as default
- watch classroom video and Refer Here for official docs
Module
- A module is a reusable template.
- Terraform registry already has lots of reusable modules
