TemplatesModules
Back to Modules
Personalize Icon

Personalize

By:
Allow developers to customize their workspace on start
README
Variables (3)
Scripts (1)
Source

Run a script on workspace start that allows developers to run custom commands to personalize their workspace.

1module "personalize" {
2  source   = "registry.coder.com/modules/personalize/coder"
3  version  = "1.0.2"
4  agent_id = coder_agent.example.id
5}