Skip to content

Commit 9dc98e5

Browse files
updates to enable path based routing
1 parent 6204c55 commit 9dc98e5

File tree

1 file changed

+2
-1
lines changed
  • templates/awshp-k8s-with-claude-code

1 file changed

+2
-1
lines changed

templates/awshp-k8s-with-claude-code/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,10 @@ module "kiro" {
126126
module "claude-code" {
127127
count = data.coder_workspace.me.start_count
128128
source = "registry.coder.com/coder/claude-code/coder"
129-
version = "2.0.0"
129+
version = "2.2.0"
130130
agent_id = coder_agent.dev.id
131131
folder = local.home_folder
132+
subdomain = false
132133

133134
install_claude_code = true
134135
order = 999

0 commit comments

Comments
 (0)