Files
opentf/website/docs/language/state/import.mdx
2024-04-24 13:24:30 +02:00

13 lines
378 B
Plaintext

---
description: >-
OpenTofu stores state which caches the known state of the world the last time
OpenTofu ran.
---
# Import Existing Resources
OpenTofu is able to import existing infrastructure. This allows you to take
resources you have created by some other means and bring them under OpenTofu management.
To learn more, see [Import](../../language/import/index.mdx).