Update main.tf

This commit is contained in:
Hugo Dutka 2025-08-02 10:59:43 +02:00 committed by GitHub
parent c54668f27a
commit 20170e1a24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -251,7 +251,7 @@ resource "coder_script" "claude_code" {
resource "coder_app" "claude_code_webx" {
# use a short slug to mitigate https://github.com/coder/coder/issues/15178
slug = local.claude_code_app_slug
display_name = "Claude Code Web"
display_name = "Claude Code Webx"
agent_id = var.agent_id
url = "http://localhost:3284/"
icon = var.icon