What does terraform import do?
What does terraform import do?
Terraform import allows you to import existing resources into the Terraform state file. This helps in managing and tracking resources that were not originally created through Terraform but that you want to start managing with Terraform.
lets you target a resource that already exists, and map it to a resource you've defined in code
A. Imports existing resources into the state file