interview-prep

Terraform is declarative infrastructure as code. You write .tf files describing what you want. Terraform compares that to current state (stored in a state file) and plans the changes needed to reach the desired state.

My notes