Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d4daabe

Browse files
committed
chore: remove docs about a local provider, can use pre-release
1 parent ee79e65 commit d4daabe

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

CONTRIBUTING.md

-26
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,5 @@
11
# Development
22

3-
Currently, a branch of the coder terraform provider is required.
4-
5-
1. Git clone `[email protected]:coder/terraform-provider-coder.git`
6-
7-
- Checkout branch `stevenmasley/form_control`
8-
- Build the provider with `go build -o terraform-provider-coder`
9-
10-
1. Create a file named `.terraformrc` in your `$HOME` directory
11-
1. Add the following content:
12-
13-
```hcl
14-
provider_installation {
15-
# Override the coder/coder provider to use your local version
16-
dev_overrides {
17-
"coder/coder" = "/path/to/terraform-provider-coder"
18-
}
19-
20-
# For all other providers, install them directly from their origin provider
21-
# registries as normal. If you omit this, Terraform will _only_ use
22-
# the dev_overrides block, and so no other providers will be available.
23-
direct {}
24-
}
25-
```
26-
27-
Now you are using the right terraform provider.
28-
293
To run preview:
304

315
1. `cd site`

0 commit comments

Comments
 (0)