github.com/kcburge/terraform@v0.11.12-beta1/website/docs/state/import.html.md (about) 1 --- 2 layout: "docs" 3 page_title: "State: Import Existing Resources" 4 sidebar_current: "docs-state-import" 5 description: |- 6 Terraform stores state which caches the known state of the world the last time Terraform ran. 7 --- 8 9 # Import Existing Resources 10 11 Terraform is able to import existing infrastructure. This allows you take 12 resources you've created by some other means and bring it under Terraform management. 13 14 To learn more about this, please visit the 15 [pages dedicated to import](/docs/import/index.html).