--- title_tag: Migrating & Importing Resources | Learn Pulumi title: "Migration and Imports" layout: module date: 2022-06-03T11:31:52-05:00 draft: false description: Explore how to import resources and migrate from other platforms to Pulumi. meta_desc: In this tutorial, we will explore how you can bring resources created by other tools like CDK or Terraform into Pulumi. index: 14 meta_image: meta.png youll_learn: - how to import resources tags: - terraform - cdk - import providers: - aws - gcp - pulumi-terraform --- ## Time How long this tutorial will take depends on your internet connection, reading speed, and other factors. On average, this tutorial should take you about 30 minutes to complete. ## Prerequisites You will need the following tools to complete this pathway: - A [Pulumi account and token](/docs/pulumi-cloud/accounts#access-tokens) - If you don't have an account, go to the [signup page](https://app.pulumi.com/signup). - The [Pulumi CLI](/docs/cli/) - If you don't have the CLI, go to the [installation page](/docs/install/). In addition, you should be able to - code in any Pulumi language We recommend that you either have completed [Pulumi Fundamentals](/learn/pulumi-fundamentals/) and [Building with Pulumi](/learn/building-with-pulumi/) OR have experience using Pulumi for other projects. ## About this pathway In this pathway, we will explore how you can bring into Pulumi resources created by other tools like CDK or Terraform or resources created by hand. Note that this pathway has some examples we'll build, but you're welcome to use a code example of your own.