Skip to content

Commit 3b18e78

Browse files
committed
update local built provider
1 parent 99ae522 commit 3b18e78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

provider/CONTRIBUTE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ More information [here](https://github.com/terraform-providers/terraform-provide
6666
Once you have built a new version of the AzureRM Terraform provider, you can use it locally.
6767
To use your local version, the first thing to do is a `terraform init`, as usual, to inialize your terraform working directory.
6868

69-
The init operation will download the AzureRM Provider for you. You can just remove it, and replace it with your local copy.
69+
If your `terraform` binary is in the `$GOPATH/bin` folder on your machine, then the terraform init operation will use the locally built provider.
7070

71-
Do a `terraform init` again and you're done ! :-)
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 ! :-)
7272

7373
## Debug the AzureRM provider using Visual Studio Code and Delve
7474

0 commit comments

Comments
 (0)