Skip to content

Commit 8004c17

Browse files
committed
contributing on AzureRM
1 parent 9a78fe6 commit 8004c17

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

provider/CONTRIBUTE.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ First, go to the [AzureRM Terraform provider](https://github.com/terraform-provi
4545

4646
Once done, you need to clone your fork into the `$GOPATH/src/github.com/terraform-providers/terraform-provider-azurerm` folder.
4747

48+
## Build the sources
49+
4850
You can check that everything is OK by building the AzureRM provider:
4951

5052
```bash
@@ -56,11 +58,16 @@ Once completed, the binary of the AzureRM provider should be available in the `$
5658

5759
*Note: on Windows, you need to use Git Bash*
5860

61+
More information [here](https://github.com/terraform-providers/terraform-provider-azurerm#developing-the-provider).
62+
5963
## Work with your local build
6064

6165
Once you have built a new version of the AzureRM Terraform provider, you can use it locally.
66+
To use your local version, the first thing to do is a `terraform init`, as usual, to inialize your terraform working directory.
6267

63-
**TODO**
68+
The init operation will download the AzureRM Provider for you. You can just remove it, and replace it with your local copy.
69+
70+
Do a `terraform init` again and you're done ! :-)
6471

6572
## Debug the AzureRM provider using Visual Studio Code and Delve
6673

0 commit comments

Comments
 (0)