Skip to content

Commit 056f4b5

Browse files
authored
remove duplicate app
1 parent 1c99c57 commit 056f4b5

File tree

1 file changed

+0
-9
lines changed
  • registry/coder/modules/claude-code

1 file changed

+0
-9
lines changed

registry/coder/modules/claude-code/main.tf

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -287,12 +287,3 @@ resource "coder_app" "claude_code" {
287287
order = var.order
288288
group = var.group
289289
}
290-
291-
resource "coder_app" "claude_code_web" {
292-
slug = "claude-code-web"
293-
display_name = "Claude Code Web"
294-
agent_id = var.agent_id
295-
url = "http://localhost:3284/chat/embed"
296-
icon = var.icon
297-
subdomain = true
298-
}

0 commit comments

Comments
 (0)