2022-06-24 14:00:50 -05:00
---
2023-03-14 11:25:48 -07:00
title_tag: Migrating & Importing Resources | Learn Pulumi
2022-06-24 14:00:50 -05:00
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.
2023-03-14 11:25:48 -07:00
meta_desc: In this tutorial, we will explore how you can bring resources created by other tools like CDK or Terraform into Pulumi.
2022-06-24 14:00:50 -05:00
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:
2023-05-15 15:25:28 -07:00
- A [Pulumi account and token ](/docs/pulumi-cloud/accounts#access-tokens )
2022-08-24 14:56:15 -05:00
- If you don't have an account, go to the [signup page ](https://app.pulumi.com/signup ).
2023-05-15 15:25:28 -07:00
- The [Pulumi CLI ](/docs/cli/ )
- If you don't have the CLI, go to the [installation page ](/docs/install/ ).
2022-06-24 14:00:50 -05:00
In addition, you should be able to
- code in any Pulumi language
2022-10-26 07:22:15 -07:00
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.
2022-06-24 14:00:50 -05:00
## 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.