Skip to content

Commit e2d314d

Browse files
authored
docs: remove jetbrains projector example from coder_app
JetBrains Projector is deprecated; we should not recommend/show it as an example.
1 parent 8c5e8ff commit e2d314d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

examples/resources/coder_app/resource.tf

-8
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,3 @@ resource "coder_app" "vim" {
3232
icon = "${data.coder_workspace.me.access_url}/icon/vim.svg"
3333
command = "vim"
3434
}
35-
36-
resource "coder_app" "intellij" {
37-
agent_id = coder_agent.dev.id
38-
icon = "${data.coder_workspace.me.access_url}/icon/intellij.svg"
39-
slug = "intellij"
40-
display_name = "JetBrains IntelliJ"
41-
command = "projector run"
42-
}

0 commit comments

Comments
 (0)