github.com/hugorut/terraform@v1.1.3/website/docs/cli/config/index.mdx (about)

     1  ---
     2  page_title: CLI Configuration - Terraform CLI
     3  description: >-
     4    Find documentation about the CLI config file and customizing Terraform
     5    environment variables.
     6  ---
     7  
     8  # CLI Configuration
     9  
    10  Terraform CLI can be configured with some global settings, which are separate
    11  from any Terraform configuration and which apply across all working directories.
    12  
    13  We've designed Terraform such that an average user running Terraform CLI
    14  interactively will not need to interact with any of these settings. As a result,
    15  most of the global settings relate to advanced or automated workflows, or
    16  unusual environmental conditions like running Terraform on an airgapped
    17  instance.
    18  
    19  - The [CLI config file](/cli/config/config-file) configures provider
    20    installation and security features.
    21  - Several [environment variables](/cli/config/environment-variables) can
    22    configure Terraform's inputs and outputs; this includes some alternate ways to
    23    provide information that is usually passed on the command line or read from
    24    the state of the shell.