blob: d42037a95cd415123dceb42e26c5adbd68c8e1cc [file] [log] [blame]
---
page_title: 'State: Import Existing Resources'
description: >-
Terraform stores state which caches the known state of the world the last time
Terraform ran.
---
# Import Existing Resources
Terraform is able to import existing infrastructure. This allows you to take
resources you have created by some other means and bring them under Terraform management.
To learn more about this, please visit the
[pages dedicated to import](/cli/import).