Files
opentf/website/docs/state/import.html.md
Martin Atkins 7ed70bb00e website: new filesystem layout for core/provider split
This repo now contains only the core docs, with other content moving elsewhere.
2017-06-13 11:25:32 -07:00

16 lines
507 B
Markdown

---
layout: "docs"
page_title: "State: Import Existing Resources"
sidebar_current: "docs-state-import"
description: |-
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](/docs/import/index.html).