Skip to content

Commit

Permalink
docs: remove jetbrains projector example from coder_app
Browse files Browse the repository at this point in the history
JetBrains Projector is deprecated; we should not recommend/show it as an example.
  • Loading branch information
matifali committed Apr 27, 2024
1 parent 8c5e8ff commit e2d314d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions examples/resources/coder_app/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,3 @@ resource "coder_app" "vim" {
icon = "${data.coder_workspace.me.access_url}/icon/vim.svg"
command = "vim"
}

resource "coder_app" "intellij" {
agent_id = coder_agent.dev.id
icon = "${data.coder_workspace.me.access_url}/icon/intellij.svg"
slug = "intellij"
display_name = "JetBrains IntelliJ"
command = "projector run"
}

0 comments on commit e2d314d

Please sign in to comment.