From 047cdd7c09a118d1b8443d3b8f5ffffccc69cabf Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Sat, 17 Sep 2016 00:15:29 -0700 Subject: [PATCH] Slight tweak to import docs to clarify state management commands (#8885) --- website/source/docs/import/usage.html.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/website/source/docs/import/usage.html.md b/website/source/docs/import/usage.html.md index 101141db6f..4eb3f8415f 100644 --- a/website/source/docs/import/usage.html.md +++ b/website/source/docs/import/usage.html.md @@ -49,6 +49,5 @@ an `aws_security_group` but also one `aws_security_group_rule` for each rule. In this case, the name of the resource is shown as part of the import output. You'll have to create a configuration for each resource imported. If you want -to rename the other imported resources, the -[state management commands](/docs/commands/state/index.html) should be used -to rename resources. +to rename or otherwise modify the imported resources, the +[state management commands](/docs/commands/state/index.html) should be used.