mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-03 23:00:57 -05:00
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>
13 lines
378 B
Plaintext
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).
|