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
Coder templates can use any Terraform provider and Terraform resource, but Coder-specific knowledge is required to build functional templates:
Coder Terraform provider
Coder agent & init script
start/stop (persistent and ephemeral resources)
fetching workspace owner and name
Coder apps
While this is now documented (#2377) and can be discovered by reading code for existing templates, a "slim/bare" starter template is also nice to have:
self-documenting example of Coder's core functionality
natural way to create a new template vs relying on memory or cherrypicking code from other examples
The text was updated successfully, but these errors were encountered:
Coder templates can use any Terraform provider and Terraform resource, but Coder-specific knowledge is required to build functional templates:
While this is now documented (#2377) and can be discovered by reading code for existing templates, a "slim/bare" starter template is also nice to have:
The text was updated successfully, but these errors were encountered: