You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
345 B
Markdown
19 lines
345 B
Markdown
---
|
|
display_name: Coder Login
|
|
description: Automatically logs the user into Coder on their workspace
|
|
icon: /emojis/1f511.png
|
|
maintainer_github: coder
|
|
verified: true
|
|
tags: [helper]
|
|
---
|
|
|
|
# Coder Login
|
|
|
|
Automatically logs the user into Coder when creating their workspace.
|
|
|
|
```hcl
|
|
module "coder-login" {
|
|
agent_id = coder_agent.example.id
|
|
}
|
|
```
|