From 24cffb5ff3046530537473c0b2336e8ed5cbc430 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Wed, 9 Feb 2022 17:41:12 -0500 Subject: [PATCH] Soften language for determining run environment --- website/docs/language/settings/backends/remote.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/settings/backends/remote.mdx b/website/docs/language/settings/backends/remote.mdx index 30227e1a0..f4b09be33 100644 --- a/website/docs/language/settings/backends/remote.mdx +++ b/website/docs/language/settings/backends/remote.mdx @@ -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" {