Skip to content

Commit 53e50ad

Browse files
updated Claude Code template to use Kiro
1 parent a4dd242 commit 53e50ad

File tree

1 file changed

+3
-4
lines changed
  • templates/awshp-k8s-with-claude-code

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,13 @@ module "vscode-web" {
116116
order = 0
117117
}
118118

119-
module "cursor" {
120-
source = "registry.coder.com/coder/cursor/coder"
121-
version = "1.1.0"
119+
module "kiro" {
120+
source = "registry.coder.com/coder/kiro/coder"
121+
version = "1.0.0"
122122
agent_id = coder_agent.dev.id
123123
order = 1
124124
}
125125

126-
127126
module "claude-code" {
128127
count = data.coder_workspace.me.start_count
129128
source = "registry.coder.com/coder/claude-code/coder"

0 commit comments

Comments
 (0)