Skip to content

Commit e2cb1d3

Browse files
authored
Merge pull request microsoft#49 from jlpedrosa/contrib_provider_location
Add other options to locate terraform provider binary
2 parents 9ee8a53 + a862be7 commit e2cb1d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

provider/CONTRIBUTE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ If the third-party plugin folder is empty, the init operation will download the
7373

7474
More information [here](https://www.terraform.io/docs/extend/how-terraform-works.html#plugin-locations).
7575

76+
`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.
77+
78+
7679
## Debug the AzureRM provider using Visual Studio Code and Delve
7780

7881
It is possible to use Visual Studio Code and Delve (the Golang debugger) to debug the AzureRM provider.

0 commit comments

Comments
 (0)