Skip to content

Commit 0b756d8

Browse files
committed
chore: update kiro readme
1 parent 66b23b4 commit 0b756d8

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

registry/coder/modules/kiro/README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,3 @@ module "kiro" {
3636
folder = "/home/coder/project"
3737
}
3838
```
39-
40-
### Open with custom display name and order
41-
42-
```tf
43-
module "kiro" {
44-
count = data.coder_workspace.me.start_count
45-
source = "registry.coder.com/coder/kiro/coder"
46-
version = "1.0.0"
47-
agent_id = coder_agent.example.id
48-
display_name = "Kiro AI IDE"
49-
order = 1
50-
}
51-
```

0 commit comments

Comments
 (0)