Compare commits

...

12 Commits

Author SHA1 Message Date
Hugo Dutka
91bcb61d53 rename app id 2025-08-02 20:20:05 +02:00
Hugo Dutka
36578b3546 rename app 2025-08-02 20:13:10 +02:00
Hugo Dutka
bb35c87a00 rename app 2025-08-02 20:11:58 +02:00
Hugo Dutka
7533c87ae3 rename app 2025-08-02 19:35:56 +02:00
Hugo Dutka
21b1a188d3 tmp: remove workaround 2025-08-02 19:33:56 +02:00
Hugo Dutka
482320a857
Update main.tf 2025-08-02 14:36:19 +02:00
Hugo Dutka
8982d15c0d
Update main.tf 2025-08-02 14:32:38 +02:00
Hugo Dutka
20170e1a24
Update main.tf 2025-08-02 10:59:43 +02:00
Hugo Dutka
c54668f27a
Update main.tf 2025-08-02 10:57:25 +02:00
Hugo Dutka
32c5f40d8a
Update main.tf 2025-08-02 10:31:44 +02:00
Hugo Dutka
9b2171c007
Update main.tf 2025-08-02 10:28:20 +02:00
Hugo Dutka
c9cccc783f
Update main.tf 2025-08-02 10:19:03 +02:00
2 changed files with 4 additions and 3 deletions

View File

@ -9,6 +9,7 @@ terraform {
} }
} }
variable "agent_id" { variable "agent_id" {
type = string type = string
description = "The ID of a Coder agent." description = "The ID of a Coder agent."
@ -250,7 +251,7 @@ resource "coder_script" "claude_code" {
resource "coder_app" "claude_code_web" { resource "coder_app" "claude_code_web" {
# use a short slug to mitigate https://github.com/coder/coder/issues/15178 # use a short slug to mitigate https://github.com/coder/coder/issues/15178
slug = local.claude_code_app_slug slug = local.claude_code_app_slug
display_name = "Claude Code Web" display_name = "Claude Code Webxz yoxy"
agent_id = var.agent_id agent_id = var.agent_id
url = "http://localhost:3284/" url = "http://localhost:3284/"
icon = var.icon icon = var.icon

View File

@ -26,7 +26,7 @@ variable "order" {
variable "group" { variable "group" {
type = string type = string
description = "The name of a group that this app belongs to." description = "The name of a group that this app belongs to!"
default = null default = null
} }