Skip to content

Commit 76b9439

Browse files
authored
fix: (example) coder_app uses relative_path (#22)
1 parent b755144 commit 76b9439

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: examples/resources/coder_app/resource.tf

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ EOF
1111
}
1212

1313
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
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+
relative_path = true
1919
}
2020

2121
resource "coder_app" "vim" {

0 commit comments

Comments
 (0)