Files
opentf/website/docs/language/state/import.html.md
Dylan Staley 0e48f58688 Revert "migrate docs to mdx"
This reverts commit 3cb12b5a52.
2021-11-22 15:57:25 -08:00

515 B

layout, page_title, sidebar_current, description
layout page_title sidebar_current description
language State: Import Existing Resources docs-state-import 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.