diff --git a/website/docs/cli/import/index.mdx b/website/docs/cli/import/index.mdx index 9672f5fb4..0781741b1 100644 --- a/website/docs/cli/import/index.mdx +++ b/website/docs/cli/import/index.mdx @@ -40,10 +40,4 @@ importing existing resources. ## Terraform Cloud -When using Terraform import on the command line with Terraform Cloud, the import -command runs locally, unlike commands such as apply, which run inside your -Terraform Cloud environment. Because of this, the import command will not have -access to information from Terraform Cloud, such as workspace variables. - -In order to use Terraform import with Terraform Cloud, you may need to -set local variables equivalent to the remote workspace variables. +When you use Terraform on the command line with Terraform Cloud, many commands (e.g., `apply`) run inside your Terraform Cloud environment. However, the `import` command runs locally, so it will not have access to information from Terraform Cloud. To fix this, you may need to set local variables equivalent to any remote workspace variables in Terraform Cloud.