diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4a9fc9798..f7d765661 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 @@ -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. \ No newline at end of file +You will notify Nutanix if you become aware that the above representations are inaccurate.