File tree 2 files changed +0
-16
lines changed
examples/resources/coder_app
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" {
47
47
icon = "${data.coder_workspace.me.access_url}/icon/vim.svg"
48
48
command = "vim"
49
49
}
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
- }
58
50
```
59
51
60
52
<!-- schema generated by tfplugindocs -->
Original file line number Diff line number Diff line change @@ -32,11 +32,3 @@ resource "coder_app" "vim" {
32
32
icon = " ${ data . coder_workspace . me . access_url } /icon/vim.svg"
33
33
command = " vim"
34
34
}
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