Senerio In the previous section , we know how to set up Terraform on Ubuntu24.04. Now, in this section we will learn how to use the Terraform to Initialize and manage the infrastructure. Not by using AWS console, but use the CLI instead. By the end of this article, you'll: ✅ Understand the Terraform workflow ✅ Write .tf file ✅ Create an actual S3 bucket and EC2 on AWS ✅ Understand what a state file ✅ Clean up resources properly Quick Theory: The Terraform Workflow Before we dive in, there are 4