Add metadata description to cli configuration file page
This commit is contained in:
parent
03e1818c74
commit
18b7b4012c
|
@ -2,9 +2,7 @@
|
||||||
layout: "docs"
|
layout: "docs"
|
||||||
page_title: "CLI Configuration"
|
page_title: "CLI Configuration"
|
||||||
sidebar_current: "docs-commands-cli-config"
|
sidebar_current: "docs-commands-cli-config"
|
||||||
description: |-
|
description: "Learn to use the CLI configuration file to customize your CLI settings, including credentials, plugin caching, provider installation methods, etc."
|
||||||
The general behavior of the Terraform CLI can be customized using the CLI
|
|
||||||
configuration file.
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# CLI Configuration File (`.terraformrc` or `terraform.rc`)
|
# 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
|
-> **Note:** The plugin cache directory is not guaranteed to be concurrency
|
||||||
safe. The provider installer's behavior in environments with multiple `terraform
|
safe. The provider installer's behavior in environments with multiple `terraform
|
||||||
init` calls is undefined.
|
init` calls is undefined.
|
||||||
|
|
||||||
### Development Overrides for Provider Developers
|
### Development Overrides for Provider Developers
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue