Problem Statement
What does the 'terraform import' command do?
Explanation
The 'terraform import' command allows you to bring existing manually created resources under Terraform management.
It imports the resource into the state file without recreating it, enabling teams to transition legacy infrastructure into codified, managed environments safely.
