Files
modules/personalize
Stephen Kirby 8eec58ed9b prep for merge
2023-10-10 15:57:44 +00:00
..
2023-10-10 15:57:44 +00:00
2023-09-26 14:27:12 +03:00

display_name, description, icon, maintainer_github, verified, tags
display_name description icon maintainer_github verified tags
Personalize Allow developers to customize their workspace on start ../.icons/personalize.svg coder true
helper

Personalize

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

module "personalize" {
  source = "https://registry.coder.com/modules/personalize"
  agent_id = coder_agent.example.id
}