Skip to content

Commit 12a7d67

Browse files
committed
make gen
1 parent e2d314d commit 12a7d67

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/resources/app.md

-8
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ resource "coder_app" "vim" {
4747
icon = "${data.coder_workspace.me.access_url}/icon/vim.svg"
4848
command = "vim"
4949
}
50-
51-
resource "coder_app" "intellij" {
52-
agent_id = coder_agent.dev.id
53-
icon = "${data.coder_workspace.me.access_url}/icon/intellij.svg"
54-
slug = "intellij"
55-
display_name = "JetBrains IntelliJ"
56-
command = "projector run"
57-
}
5850
```
5951

6052
<!-- schema generated by tfplugindocs -->

0 commit comments

Comments
 (0)