You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -35,4 +35,5 @@ to setup your local Terraform to use your local version rather than the registry
35
35
```
36
36
2. Run `terraform init` and observe a warning like `Warning: Provider development overrides are in effect`
37
37
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