Update docs to mention TF_ORGANIZATION env var

sebasslash/add-tf-org-env-var
Sebastian Rivera 4 years ago
parent 45357f5004
commit b260883a98

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

Loading…
Cancel
Save