Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6d1b736

Browse files
authored
docs: remove jetbrains projector example from coder_app (#215)
1 parent204ea02 commit6d1b736

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

‎docs/resources/app.md

Lines changed: 0 additions & 8 deletions
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

Lines changed: 0 additions & 8 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp