Corrected minor typo

On Windows, the file must be named named terraform.rc => On Windows, the file must be named terraform.rc
This commit is contained in:
Cladius Fernando 2021-01-09 10:52:59 +05:30 committed by GitHub
parent d175e67bc9
commit 25003a0caa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.