-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug using tfenv with cdktf #348
Comments
Hi @stephengroat , Even I am also getting similar error. Can you share how can we fix the issue ?
|
Getting the same error here. Triggering tfenv in a Jenkins pipeline in parallel steps. From a quick view it looks like two processes are trying to execute |
Check out #398 (comment) This helped me resolve my issue. |
Hey @jamesdehart could you share how you solved this with cdktf? |
@jamesdehart djakielski, @jamesdehart details in #398 tfenv should be invoked with |
have a strange bug where
tfenv
fails from withincdktf
, but does not fail whenTFENV_DEBUG=3
is setnot sure how to debug or determine what's wrong
seems to work if the binary is installed before, i.e. running
terraform version
before thecdktf
command seems to fix itThe text was updated successfully, but these errors were encountered: