website: add missing page

This commit is contained in:
Mitchell Hashimoto 2016-06-09 10:37:19 -07:00
parent 9a986f88a3
commit f2bceecac1
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
---
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).