The Infrastructure Architect
Terraform
Write the city. Then keep it true.
What Terraform thinks vs what exists
You can reconcile hand-made console changes with Terraform state without destroying live infrastructure.
The Surveyor
You can describe infrastructure as code and run a plan without destroying anything.
Desired City
ProYou can work with remote state, workspaces and count/for_each without corrupting the map.
The Workbench
ProYou can run the CLI so init, fmt, validate and lockfiles match what CI will run.
The Grammar of Desire
ProYou can write HCL that expresses intent without hidden graphs.
The Ledger
ProYou can move, list and replace state without guessing IDs.
Remote Runs
ProYou can tell a laptop apply from a remote run without mixing credentials.
The Interface
ProYou can publish a module other roots can call without reading its internals.