Update language on import command page

This commit is contained in:
Laura Pacilio 2022-01-04 15:22:12 -05:00
parent cab5305191
commit 5792973dd6
1 changed files with 1 additions and 7 deletions

View File

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