This visual execution compares CloudFormation and Terraform deployment flows. Both start by writing infrastructure code. Then you choose the tool. CloudFormation requires uploading a template to AWS, which manages the stack and state automatically. Terraform requires initialization and planning steps before applying changes, with the user managing state files. The execution table shows each step, the tool involved, how state is managed, and the result. Variable tracking shows how code, templates, stacks, plans, resources, and state locations change over time. Key moments clarify why CloudFormation manages state automatically, the role of the plan step in Terraform, and what happens after uploading a CloudFormation template. The quiz tests understanding of when resources are created, where state is stored, and the effect of skipping Terraform's plan step. The snapshot summarizes key differences and usage notes.