Skip to content

Commit 6d1b736

Browse files
authored
docs: remove jetbrains projector example from coder_app (#215)
1 parent 204ea02 commit 6d1b736

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
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 -->

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)