From b260883a98a3403594a9bdce5c258f77f9814b09 Mon Sep 17 00:00:00 2001 From: Sebastian Rivera Date: Fri, 25 Mar 2022 17:33:29 -0400 Subject: [PATCH] Update docs to mention TF_ORGANIZATION env var --- website/docs/cli/cloud/settings.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/docs/cli/cloud/settings.mdx b/website/docs/cli/cloud/settings.mdx index 74835e2b24..57871b4e90 100644 --- a/website/docs/cli/cloud/settings.mdx +++ b/website/docs/cli/cloud/settings.mdx @@ -82,6 +82,13 @@ The `cloud` block supports the following configuration arguments: `credentials` in the [CLI config file](/cli/config/config-file#credentials). +### Environment Variables + +Alternatively, the `cloud` block can be configured with the following environment variables: + +- `TF_ORGANIZATION` - The name of the organization. Serves as a fallback for `organization` + in the cloud configuration. If both are specified, the configuration takes precedence. + ## Excluding Files from Upload with .terraformignore When executing a remote `plan` or `apply` in a [CLI-driven run](/cloud-docs/run/cli),