diff --git a/website/docs/cli/config/config-file.html.md b/website/docs/cli/config/config-file.html.md index 2df6203f36..1aa83c40ef 100644 --- a/website/docs/cli/config/config-file.html.md +++ b/website/docs/cli/config/config-file.html.md @@ -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