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 commands that we need to know form the core Terraform workflow. You'll use these commands in every project, whether you're creating a simple S3 bucket or a complex multi-tier application with many services on AWS.…