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),