From 25003a0caa6cb5df3c9c52fd0554905fc1ac4be1 Mon Sep 17 00:00:00 2001 From: Cladius Fernando Date: Sat, 9 Jan 2021 10:52:59 +0530 Subject: [PATCH] Corrected minor typo On Windows, the file must be named named terraform.rc => On Windows, the file must be named terraform.rc --- website/docs/commands/cli-config.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/commands/cli-config.html.markdown b/website/docs/commands/cli-config.html.markdown index f53d81fc6..d2c4aeaaf 100644 --- a/website/docs/commands/cli-config.html.markdown +++ b/website/docs/commands/cli-config.html.markdown @@ -18,7 +18,7 @@ which apply across all Terraform working directories. This is separate from The configuration is placed in a single file whose location depends on the host operating system: -* On Windows, the file must be named named `terraform.rc` and placed +* On Windows, the file must be named `terraform.rc` and placed in the relevant user's `%APPDATA%` directory. The physical location of this directory depends on your Windows version and system configuration; use `$env:APPDATA` in PowerShell to find its location on your system.