From b7b981fbe117a6cf7e6670f5be487ede8a185031 Mon Sep 17 00:00:00 2001 From: Danny Guo Date: Fri, 10 Apr 2020 08:54:19 -0400 Subject: [PATCH] website/docs: Fix a typo in the import command docs (#24622) --- website/docs/commands/import.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/commands/import.html.md b/website/docs/commands/import.html.md index f43dcbcc5..f10bbdddc 100644 --- a/website/docs/commands/import.html.md +++ b/website/docs/commands/import.html.md @@ -21,7 +21,7 @@ state at the given ADDRESS. ADDRESS must be a valid [resource address](/docs/internals/resource-addressing.html). Because any resource address is valid, the import command can import resources -into modules as well directly into the root of your state. +into modules as well as directly into the root of your state. ID is dependent on the resource type being imported. For example, for AWS instances it is the instance ID (`i-abcd1234`) but for AWS Route53 zones