2016-06-09 19:37:19 +02:00
|
|
|
---
|
2021-12-15 03:41:17 +01:00
|
|
|
page_title: 'State: Import Existing Resources'
|
|
|
|
description: >-
|
|
|
|
Terraform stores state which caches the known state of the world the last time
|
|
|
|
Terraform ran.
|
2016-06-09 19:37:19 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
# Import Existing Resources
|
|
|
|
|
|
|
|
Terraform is able to import existing infrastructure. This allows you take
|
|
|
|
resources you've created by some other means and bring it under Terraform management.
|
|
|
|
|
|
|
|
To learn more about this, please visit the
|
2021-12-15 03:41:17 +01:00
|
|
|
[pages dedicated to import](/cli/import).
|