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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,9 @@ If your `terraform` binary is in the `$GOPATH/bin` folder on your machine, then
70
70
71
71
If not, the init operation will download the AzureRM Provider for you. You can just remove it, and replace it with your local copy. Do a `terraform init` again and you're done ! :-)
72
72
73
+
`terraform init` will look for the providers in the folder where the `.tf` files are located, so it is possible to just copy the provider from `$GOPATH/bin` to your current folder and it will be used instead of getting downloaded.
74
+
75
+
73
76
## Debug the AzureRM provider using Visual Studio Code and Delve
74
77
75
78
It is possible to use Visual Studio Code and Delve (the Golang debugger) to debug the AzureRM provider.
0 commit comments