Missing FIle during Github Actions #43
Unanswered
pdxcardinal78
asked this question in
Questions & Answers
Replies: 1 comment 2 replies
-
I believe this error is two fold. The first is a missing key, I found this as an issue on our end that the key isn't generated.
should be set. This is used in the atmos-terraform-plan action where the tofu binary is then installed. I also believe in your components:
terraform:
...
- command: "/usr/bin/tofu"
+ command: "tofu" |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Getting this error on every stack for github actions.
fork/exec /usr/bin/tofu: no such file or directory
Any ideas?

Beta Was this translation helpful? Give feedback.
All reactions