-
Notifications
You must be signed in to change notification settings - Fork 849
expose Coder objects in the terraform provider #9948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Nice. We don't have any short-term plans to make it so that people can provision Coder users, groups, or permissions with Terraform. With group and role sync, the identity provider becomes the source of truth for authentication and authorization. I believe this should probably remain the case, versus it being done via Terraform, but Terraform can be used to deploy Coder with group sync enabled with coder server environment variables. One side-effect is, sadly, that an initial admin user has to be created via some sort of script. It can be immediately deleted though. We should make that story better. We don't have a good solution for codifying template permissions mapping though. Right now, sadly, a script is probably the best bet |
re-opening - as this is a major point of feedback from customers. |
I would suggest developing the new |
multiple customers have inquired about creating the following objects using our Terraform provider:
a common theme across these customers: Terraform is used to configure all of their applications, so they'd like Coder to be fully configurable as code.
Edit: This is the feature-set of the new
coderd
provider.Tasks:
coderd
provider skeletoncoderd
providercoderd
providercoderd
providercoderd
providerThe text was updated successfully, but these errors were encountered: