You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at 'Cloud Run' logs, we found a panic on startup:
panic: terraform binary not found: exec: "terraform": executable file not found in $PATH goroutine 32 [running]: github.com/coder/coder/coderd/cmd.newProvisionerDaemon.func1() /home/runner/work/coder/coder/coderd/cmd/root.go:91 +0x107 created by github.com/coder/coder/coderd/cmd.newProvisionerDaemon /home/runner/work/coder/coder/coderd/cmd/root.go:83 +0x105
Seems like we need to add terraform to our docker image.
The text was updated successfully, but these errors were encountered:
@jawnsy noticed that our deploy jobs are failing with:
https://github.com/coder/coder/runs/5189079984?check_suite_focus=true#step:11:19
Looking at 'Cloud Run' logs, we found a panic on startup:
Seems like we need to add
terraform
to our docker image.The text was updated successfully, but these errors were encountered: