started coder-login

This commit is contained in:
Stephen Kirby
2023-09-29 15:36:19 +00:00
parent 5e805fef02
commit aac27055e6
3 changed files with 70 additions and 0 deletions

18
coder-login/README.md Normal file
View File

@@ -0,0 +1,18 @@
---
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
}
```