Add metadata description to cli configuration file page

This commit is contained in:
Laura Pacilio 2021-07-23 16:15:14 -04:00
parent 03e1818c74
commit 18b7b4012c
1 changed files with 2 additions and 4 deletions

View File

@ -2,9 +2,7 @@
layout: "docs"
page_title: "CLI Configuration"
sidebar_current: "docs-commands-cli-config"
description: |-
The general behavior of the Terraform CLI can be customized using the CLI
configuration file.
description: "Learn to use the CLI configuration file to customize your CLI settings, including credentials, plugin caching, provider installation methods, etc."
---
# CLI Configuration File (`.terraformrc` or `terraform.rc`)
@ -360,7 +358,7 @@ grow to contain several unused versions which you must delete manually.
-> **Note:** The plugin cache directory is not guaranteed to be concurrency
safe. The provider installer's behavior in environments with multiple `terraform
init` calls is undefined.
init` calls is undefined.
### Development Overrides for Provider Developers