We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d577fc4 commit 495d678Copy full SHA for 495d678
docs/user-guides/workspace-access/zed.md
@@ -66,7 +66,7 @@ Use the Coder CLI to log in and configure SSH, then connect to your workspace wi
66
67
```hcl
68
resource "coder_app" "zed" {
69
- agent_id = coder_agent.dev.id
+ agent_id = coder_agent.main.id
70
slug = "slug"
71
display_name = "Zed"
72
external = true
0 commit comments