Skip to content

Commit 95bb13e

Browse files
committed
Add note about vendoring
Signed-off-by: Danny Kopping <[email protected]>
1 parent 7f41e4f commit 95bb13e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ to setup your local Terraform to use your local version rather than the registry
3535
```
3636
2. Run `terraform init` and observe a warning like `Warning: Provider development overrides are in effect`
3737
4. Run `go build -o terraform-provider-coder` to build the provider binary, which Terraform will try locate and execute
38-
5. All local Terraform runs will now use your local provider!
38+
5. All local Terraform runs will now use your local provider!
39+
6. _**NOTE**: we vendor in this provider into `github.com/coder/coder`, so if you're testing with a local clone then you should also run `go mod edit -replace github.com/coder/terraform-provider-coder=/path/to/terraform-provider-coder` in your clone._

0 commit comments

Comments
 (0)