You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/website/docs/state/import.html.md

507 B

layout page_title sidebar_current description
docs 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.