-
Notifications
You must be signed in to change notification settings - Fork 1
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
tf hangs on terraform prompt #8
Comments
Gotcha, the command is missing the I guess the command there is |
Actually, with the |
the command here is
I removed the previously manually updated state file in the bucket, and a similar dialogue was prompted:
|
indeed, it was trying to execute
|
I created PR #9 which leads to the Terraform commands to fail if they need interaction. At least some error message is then printed with |
When one runs
tf
on a newly setup s3 backend, terraform prompts an interactive dialogue internally, buttf
does not proxy the message tostdout/stderr
, which causes the process to hang:The text was updated successfully, but these errors were encountered: