Files
opentf/website/docs/cli/config/index.mdx
Kuba Martin 4d665a0091 Update website/docs/cli. (#171)
* Initial renaming, rewriting and cleaning up wave for the CLI docs.

Signed-off-by: Jakub Martin <kubam@spacelift.io>

* More renaming.

Signed-off-by: Jakub Martin <kubam@spacelift.io>

* More renaming.

Signed-off-by: Jakub Martin <kubam@spacelift.io>

* More renaming.

Signed-off-by: Jakub Martin <kubam@spacelift.io>

* Remove tutorial references.

Signed-off-by: Jakub Martin <kubam@spacelift.io>

* Post-review fixes.

Signed-off-by: Jakub Martin <kubam@spacelift.io>

---------

Signed-off-by: Jakub Martin <kubam@spacelift.io>
2023-08-25 11:09:18 +02:00

25 lines
1016 B
Plaintext

---
page_title: CLI Configuration - OpenTF CLI
description: >-
Find documentation about the CLI config file and customizing OpenTF
environment variables.
---
# CLI Configuration
OpenTF CLI can be configured with some global settings, which are separate
from any OpenTF configuration and which apply across all working directories.
We've designed OpenTF such that an average user running OpenTF CLI
interactively will not need to interact with any of these settings. As a result,
most of the global settings relate to advanced or automated workflows, or
unusual environmental conditions like running OpenTF on an airgapped
instance.
- The [CLI config file](/opentf/cli/config/config-file) configures provider
installation and security features.
- Several [environment variables](/opentf/cli/config/environment-variables) can
configure OpenTF's inputs and outputs; this includes some alternate ways to
provide information that is usually passed on the command line or read from
the state of the shell.