mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-21 11:01:23 -05:00
* 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>
25 lines
1016 B
Plaintext
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.
|