From 507cf977a8ccaaa17a525daed9fb365586e91fc1 Mon Sep 17 00:00:00 2001 From: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Date: Thu, 30 Nov 2023 11:38:55 -0500 Subject: [PATCH] fix terraform.rc ref for windows Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 530519b98..1c9294221 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 {