File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed
examples/resources/coder_app Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff 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 -->
Original file line number Diff line number Diff 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- }
You can’t perform that action at this time.
0 commit comments