15 lines
445 B
Plaintext
15 lines
445 B
Plaintext
---
|
|
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 take
|
|
resources you've created by some other means and bring it under Terraform management.
|
|
|
|
To learn more about this, please visit the
|
|
[pages dedicated to import](/cli/import).
|