<aside> 💡 Subscribe to CloudChamp Channel: https://www.youtube.com/@cloudchamp
</aside>
Terraform is an IaC tool that lets you write code to define and manage your infrastructure.
You describe your desired infrastructure in configuration files, Terraform figures out what needs to be done to achieve that state, and then it makes it happen by interacting with cloud providers or other infrastructure platforms.

To import existing AWS resources into Terraform, you can follow these steps:
terraform import command for each resource, specifying the resource type and its unique identifier in AWS.