Process Flow - Import state verification
Identify existing resource
Run terraform import command
Terraform maps resource to state
Verify imported state matches resource
Use terraform plan to confirm no changes
Done
This flow shows how Terraform imports an existing resource into its state and verifies it matches the real resource.