website/docs: Fix a typo in the import command docs (#24622)

This commit is contained in:
Danny Guo 2020-04-10 08:54:19 -04:00 committed by GitHub
parent 0add5d4915
commit b7b981fbe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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