We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b23b4 commit 0b756d8Copy full SHA for 0b756d8
registry/coder/modules/kiro/README.md
@@ -36,16 +36,3 @@ module "kiro" {
36
folder = "/home/coder/project"
37
}
38
```
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