We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b755144 commit 76b9439Copy full SHA for 76b9439
examples/resources/coder_app/resource.tf
@@ -11,11 +11,11 @@ EOF
11
}
12
13
resource "coder_app" "code-server" {
14
- agent_id = coder_agent.dev.id
15
- name = "VS Code"
16
- icon = data.coder_workspace.me.access_url + "/icons/vscode.svg"
17
- url = "http://localhost:13337"
18
- path = true
+ agent_id = coder_agent.dev.id
+ name = "VS Code"
+ icon = data.coder_workspace.me.access_url + "/icons/vscode.svg"
+ url = "http://localhost:13337"
+ relative_path = true
19
20
21
resource "coder_app" "vim" {
0 commit comments