Skip to content

Commit

Permalink
Update README.md (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamnegi94 authored Sep 13, 2024
1 parent a4700e2 commit 0971930
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,15 @@ cp terraform-provider-harness ~/.terraform.d/plugins/$source/$version/$platform/

5. Run the Bash Script `./local.sh`

## Point terraform script to local terraform-provider-harness build
1. Update the .terraform.rc file
```
provider_installation {
dev_overrides {
"registry.terraform.io/harness/harness" = "{path}/terraform-provider-harness"
}
direct {}
}
```
2. Create build - `go build`
*Note: Please make sure the terraform provider version matches the version in the script*

0 comments on commit 0971930

Please sign in to comment.