Replies: 1 comment 10 replies
-
|
You need to create the workspace selecting tofu instead of terraform |
Beta Was this translation helpful? Give feedback.
10 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.
-
I have built a Drift Detection using the following documentation for Terraform: https://docs.terrakube.io/user-guide/drift-detection
Now we want to test the adoption of OpenTofu across our workspaces.
I find issues when the Drift Detection runs. I tried to fix the extension simply changing the
terraform show -json terraformLibrary.tfPlan > tfplan.json;command totofu show -json terraformLibrary.tfPlan > tfplan.json;but the executor gives me the following error:
/home/cnb/.terraform-spring-boot/executor/9d1b58f5-3f38-42e1-90c3-d0139134832a/9b245933-fff6-4425-b639-90e6d982a482/userScript.sh: line 3: tofu: command not foundI erroneously thought that tofu was installed in the PATH since terraform is (the terraform show command works). I am pretty sure I am missing something but I cannot figure out what.
Steps to reproduce:
Beta Was this translation helpful? Give feedback.
All reactions