I'm trying to import several resources by creating a scripts which read AWS resources and then import in Terraform state file using terraform import. The fact is that it takes ages because the import command upload at every call the changes to the remote state in S3. Do you have any idea how to approach in a different way the problem?