opentofu/website/docs/language/state/import.mdx
Janos a15a6c9657
Versioned docs: replacing docs links with relative variants (#1537)
Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com>
Signed-off-by: Damian Stasik <920747+damianstasik@users.noreply.github.com>
Signed-off-by: Roman Grinovski <roman.grinovski@gmail.com>
Co-authored-by: Damian Stasik <920747+damianstasik@users.noreply.github.com>
Co-authored-by: Roman Grinovski <roman.grinovski@gmail.com>
2024-04-24 13:24:30 +02:00

12 lines
378 B
Text

---
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).