mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-14 19:00:37 -05:00
The new nav structure demanded a few new pages that give context about a feature or workflow. In a few cases, they take text from an existing page. Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com> Co-authored-by: Judith Malnick <judith.patudith@gmail.com>
23 lines
944 B
Markdown
23 lines
944 B
Markdown
---
|
|
layout: "docs"
|
|
page_title: "CLI Configuration - Terraform CLI"
|
|
---
|
|
|
|
# CLI Configuration
|
|
|
|
Terraform CLI can be configured with some global settings, which are separate
|
|
from any Terraform configuration and which apply across all working directories.
|
|
|
|
We've designed Terraform such that an average user running Terraform 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 Terraform on an airgapped
|
|
instance.
|
|
|
|
- The [CLI config file](/docs/commands/cli-config.html) configures provider
|
|
installation and security features.
|
|
- Several [environment variables](/docs/commands/environment-variables.html) can
|
|
configure Terraform'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.
|