Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Misspelled provider name
  • Loading branch information
abhimutant authored Jul 5, 2023
1 parent 2324d3d commit 5a42b2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ under:
go build -o bin/terraform-provider-nutanix_macosx-v1.99.99
```

3. Copy Equinix provider **binary file** there.
3. Copy Nutanix provider **binary file** there.

```sh
cp bin/terraform-provider-nutanix_macosx-v1.99.99 ~/.terraform.d/plugins/registry.terraform.io/nutanixtemp/nutanix/1.99.99/darwin_amd64/terraform-provider-nutanix_v1.99.99
cp bin/terraform-provider-nutanix_macosx-v1.99.99 ~/.terraform.d/plugins/terraform-provider-nutanix_v1.99.99
```

4. In every Terraform template directory that uses Equinix provider, ship below
4. In every Terraform template directory that uses Nutanix provider, ship below
`terraform.tf` file *(in addition to other Terraform files)*

```hcl
Expand Down Expand Up @@ -199,4 +199,4 @@ You hereby grant Nutanix and to recipients of software distributed by Nutanix, a
You represent that your contributions are your original creation, and that you are legally entitled to grant the above license. If your contributions include other third party code, you will include complete details on any third party licenses or restrictions associated with your contributions.
## Notifications
You will notify Nutanix if you become aware that the above representations are inaccurate.
You will notify Nutanix if you become aware that the above representations are inaccurate.

0 comments on commit 5a42b2f

Please sign in to comment.