- Notifications
You must be signed in to change notification settings - Fork3
Manage a Coder deployment using Terraform
License
coder/terraform-provider-coderd
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
terraform-provider-coderd
enables managing aCoder deployment usingTerraform IaC.
The provider currently supports resources and data sources for:
- Users
- Templates + Template Versions
- Groups
- Workspace Proxies
- Organizations
See theexamples
and thedocumentation.
If you wish to work on the provider, you'll first needGo installed on your machine (seeRequirements above).
To compile the provider, rungo install
. This will build the provider and put the provider binary in the$GOPATH/bin
directory.
To generate or update documentation, runmake gen
.
Acceptance tests are run against a live Coder deployment in a local Docker container. To run the full suite of Acceptance tests, runmake testacc
.
Note
OurCI workflow runs an acceptance test matrix against multiple Terraform versions.
About
Manage a Coder deployment using Terraform
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors7
Uh oh!
There was an error while loading.Please reload this page.