Skip to content

Commit e6612d2

Browse files
committed
addings/corrections after review
1 parent dd92728 commit e6612d2

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

provider/CONTRIBUTE.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ You need to install Terraform on your dev environment. You can downlaod it from
1010

1111
### Go tools
1212

13-
Terraform is developed using Go. You need to install Go **1.11.x** to be able to build and debug the provider locally.
13+
Terraform is developed using Go Programming Language. You need to install Go Programming Language **1.11.x** to be able to build and debug the provider locally.
1414
You can download it from [this page](https://golang.org/dl/) and find the installation instructions for your system [here](https://golang.org/doc/install#install)
1515

1616
Then you can test your environment following the instructions on [this page](https://golang.org/doc/install#testing).
1717

18-
### Check you GOPATH
18+
### Check your environment variables
1919

20-
As of many Go project, AzureRM Terraform provider rely on your GOPATH environment variable. You may want to make sure it is well configured for your system, reading [this page](https://github.com/golang/go/wiki/SettingGOPATH).
20+
As with many Go project, AzureRM Terraform provider rely on your GOPATH environment variable. You may want to make sure it is well configured for your system, reading [this page](https://github.com/golang/go/wiki/SettingGOPATH).
2121

2222
### Visual Studio Code
2323

@@ -127,6 +127,8 @@ ARM_TEST_LOCATION_ALT=<AZURE_LOCATION_2>
127127
TF_ACC=1
128128
```
129129

130+
*Note: it is possible to customize the logging level of Terraform. It might be super useful in some situations. It can be done by setting the `TF_LOG` environment variable. Refer to [the official debugging documentation](https://www.terraform.io/docs/internals/debugging.html) for more details.*
131+
130132
Once done, you can just press F5 and the debug will start! You can place breakpoints in your code to do step by step debugging:
131133

132134
![Install Go Tools - Wait](assets/code-debug-breakpoint.png)
@@ -137,4 +139,9 @@ Once done, you can just press F5 and the debug will start! You can place breakpo
137139

138140
### Slack
139141

140-
You can request an invite to access the Terraform on Azure Slack [here](https://join.slack.com/t/terraform-azure/shared_invite/enQtNDMzNjQ5NzcxMDc3LTJkZTJhNTg3NTE5ZTdjZjFhMThmMTVmOTg5YWJkMDU1YTMzN2YyOWJmZGM3MGI4OTQ0ODQxNTEyNjdjMDAxMjM).
142+
You can request an invite to access the Terraform on Azure Slack [here](https://join.slack.com/t/terraform-azure/shared_invite/enQtNDMzNjQ5NzcxMDc3LTJkZTJhNTg3NTE5ZTdjZjFhMThmMTVmOTg5YWJkMDU1YTMzN2YyOWJmZGM3MGI4OTQ0ODQxNTEyNjdjMDAxMjM).
143+
144+
### Configuring Terraform on Windows 10 Linux Sub-System
145+
146+
It is also possible to configure Terraform to be run from the Windows 10 Linux Sub-System (WSL). Check [this blog post](https://techcommunity.microsoft.com/t5/Azure-Developer-Community-Blog/Configuring-Terraform-on-Windows-10-Linux-Sub-System/ba-p/393845) for more information.
147+

0 commit comments

Comments
 (0)