We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c8079b commit a39a856Copy full SHA for a39a856
docs/dotfiles.md
@@ -24,7 +24,7 @@ variable "dotfiles_uri" {
24
25
resource "coder_agent" "dev" {
26
...
27
- startup_script = var.dotfiles_uri != "" ? "/tmp/tmp.coder*/coder dotfiles -y ${var.dotfiles_uri}" : null
+ startup_script = var.dotfiles_uri != "" ? "coder dotfiles -y ${var.dotfiles_uri}" : null
28
}
29
```
30
0 commit comments