Update docs to include TF_HOSTNAME env var

This commit is contained in:
Sebastian Rivera
2022-03-26 17:44:24 -04:00
parent 232d48fe00
commit 100031a2d9

View File

@@ -89,6 +89,8 @@ Alternatively, the `cloud` block can be configured with the following environmen
- `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.
- `TF_HOSTNAME` - The hostname of a Terraform Enterprise installation. Serves as a fallback if `hostname` is not specified in the cloud configuration. If both are specified, the configuration takes precendence.
## Excluding Files from Upload with .terraformignore
When executing a remote `plan` or `apply` in a [CLI-driven run](/cloud-docs/run/cli),