File tree 1 file changed +0
-26
lines changed
1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 1
1
# Development
2
2
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
-
29
3
To run preview:
30
4
31
5
1 . ` cd site `
You can’t perform that action at this time.
0 commit comments