mirror of
https://github.com/coder/registry.git
synced 2026-06-02 20:48:14 +00:00
505 B
505 B
display_name, description, icon, verified, tags
| display_name | description | icon | verified | tags | |
|---|---|---|---|---|---|
| Coder Login | Automatically logs the user into Coder on their workspace | ../../../../.icons/coder.svg | true |
|
Coder Login
Automatically logs the user into Coder when creating their workspace.
module "coder-login" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder/coder-login/coder"
version = "1.1.1"
agent_id = coder_agent.main.id
}
