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
See [Coder](https://github.com/coder/coder).
3
+
Terraform provider for [Coder](https://github.com/coder/coder).
4
+
5
+
### Developing
6
+
7
+
Follow the instructions outlined in the [Terraform documentation](https://developer.hashicorp.com/terraform/cli/config/config-file#development-overrides-for-provider-developers)
8
+
to setup your local Terraform to use your local version rather than the registry version.
9
+
10
+
1. Create a file named `.terraformrc` in your `$HOME` directory
11
+
2. Add the following content:
12
+
```hcl
13
+
provider_installation {
14
+
# Override the coder/coder provider to use your local version
0 commit comments