Missing FIle during Github Actions #43
Replies: 2 comments 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
-
Going to close this as I'm guessing you got past this issue. Please reopen and ping me if this issue still persists |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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