TemplatesModules
Back to Modules
Coder Login Icon

Coder Login

By:
Automatically logs the user into Coder on their workspace
README
Variables (1)
Scripts (1)
Source

Automatically logs the user into Coder when creating their workspace.

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

Coder Login Logs