Merge pull request #49 from jlpedrosa/contrib_provider_location
Add other options to locate terraform provider binary
This commit is contained in:
commit
e2cb1d3cd2
@ -73,6 +73,9 @@ If the third-party plugin folder is empty, the init operation will download the
|
|||||||
|
|
||||||
More information [here](https://www.terraform.io/docs/extend/how-terraform-works.html#plugin-locations).
|
More information [here](https://www.terraform.io/docs/extend/how-terraform-works.html#plugin-locations).
|
||||||
|
|
||||||
|
`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.
|
||||||
|
|
||||||
|
|
||||||
## Debug the AzureRM provider using Visual Studio Code and Delve
|
## Debug the AzureRM provider using Visual Studio Code and Delve
|
||||||
|
|
||||||
It is possible to use Visual Studio Code and Delve (the Golang debugger) to debug the AzureRM provider.
|
It is possible to use Visual Studio Code and Delve (the Golang debugger) to debug the AzureRM provider.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user