Introduction
Sometimes you have existing cloud resources that Terraform did not create. Bulk import strategies help you bring those resources under Terraform management quickly and safely.
When you have many existing cloud resources created manually or by other tools and want to manage them with Terraform.
When migrating infrastructure to Terraform without downtime or resource recreation.
When you want to track and update existing resources using Terraform state.
When onboarding a new team to manage infrastructure with Terraform but resources already exist.
When you want to avoid deleting and recreating resources by importing them instead.