Soften language for determining run environment

This commit is contained in:
Laura Pacilio 2022-02-09 17:41:12 -05:00
parent 422b47618c
commit 24cffb5ff3
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ which workspace you set with the `terraform workspace select` command. Therefore
### Determining Run Environment
To determine whether a run is local or remote, we recommend using [Terraform Cloud run environment variables](/cloud-docs/run/run-environment#environment-variables). The example below uses `TFC_RUN_ID`.
If you need to determine whether a run is local or remote in your Terraform configuration, we recommend using [Terraform Cloud run environment variables](/cloud-docs/run/run-environment#environment-variables). The example below uses `TFC_RUN_ID`.
```
output "current_workspace_name" {