Skip to content

Commit

Permalink
fix terraform.rc ref for windows
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Boldyrev <[email protected]>
  • Loading branch information
bpg committed Nov 30, 2023
1 parent 2512f9a commit 507cf97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ You can run all the test cases by invoking `make test`.
You can manually test the provider by running it locally. This is useful for
testing changes to the provider before submitting a PR.

- Create a $HOME/.terraformrc (POSIX) or %USERPROFILE%/terraform.rc (Windows) file with the following contents:
- Create a $HOME/.terraformrc (POSIX) or %APPDATA%/terraform.rc (Windows) file with the following contents:

```terraform
provider_installation {
Expand Down

0 comments on commit 507cf97

Please sign in to comment.