mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-09 08:58:34 -04:00
docs: Correct wording in CLI configuration page (#36811)
This commit is contained in:
parent
371e625ea9
commit
b46c9d545d
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ This topic describes how create a configuration file to customize the behavior o
|
|||
The CLI configuration file configures per-user settings for CLI behaviors,
|
||||
which apply across all Terraform working directories. This is separate from
|
||||
[your infrastructure configuration](/terraform/language).
|
||||
You can define custom configurations in file with the `.terraformrc` extention a file named `terraform.rc`.
|
||||
You can define custom configurations in file called `.terraformrc` or `terraform.rc`
|
||||
depending on the host operating system as explained below.
|
||||
|
||||
## Locations
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue