ArticCon 2022 (continued)
terraform at a glance
- Accepts a description of desired end state
- Generates a diff between the current and desired end state
- Creates a plan to reconcile the diff
- handles the dependency ordering properly 1
- Hands off portions of the plan to various ‘providers’ to execute
-
Well, most of the time. ↩︎