Terraform Import doubts

Hi Team
I am working in an organization where there are many resources already created in AWS.Can i import all the resource at a time in terraform?.
So i can handle all the resource using terraform?

To directly answer your question Terraform is unable to perform this task.

There are tools out there that have attempted to solve this pain point but I have not found anything worthy of production migration, especially with a complex environment.

terraformer is one such project, but I believe it is version pinned at v0.12 and (to my knowledge) has not been maintained. It proved more of a pain to try and pull in relevant resources, re architect the ‘auto generated’ terraform code and have the level of trust I assume you are seeking.