From f2bceecac1cf32737b9095189dbcb7a3bcbf4fc3 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 9 Jun 2016 10:37:19 -0700 Subject: [PATCH] website: add missing page --- website/source/docs/state/import.html.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 website/source/docs/state/import.html.md diff --git a/website/source/docs/state/import.html.md b/website/source/docs/state/import.html.md new file mode 100644 index 000000000..166614b66 --- /dev/null +++ b/website/source/docs/state/import.html.md @@ -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).