You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: provider/CONTRIBUTE.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@ You need to install Terraform on your dev environment. You can downlaod it from
10
10
11
11
### Go tools
12
12
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.
14
14
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)
15
15
16
16
Then you can test your environment following the instructions on [this page](https://golang.org/doc/install#testing).
17
17
18
-
### Check you GOPATH
18
+
### Check your environment variables
19
19
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).
*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
+
130
132
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:
131
133
132
134

@@ -137,4 +139,9 @@ Once done, you can just press F5 and the debug will start! You can place breakpo
137
139
138
140
### Slack
139
141
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.
0 commit comments