-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Output screwed with interactive dialog in console #19583
Comments
Hi @yujunz, Sorry you're having an issue with this, but it doesn't look like terraform is doing anything unexpected here. Plugins don't have control over the user UI -- they are run as a subprocess and should only respond to the defined RPC interface, and output formatted logging on stderr. It looks like the |
Hi @jbardin, |
@carlpett, |
That is good to hear, thanks. My suspicion is that it might actually be a gpg-agent that comes alive and does it, so completely outside Terraform and any plugins themselves. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Terraform Version
Terraform Configuration Files
Debug Output
See carlpett/terraform-provider-sops#4
Crash Output
Expected Behavior
Pause on the interactive dialog and wait for user input to continue
Actual Behavior
Terraform output screwed with the dialog box.
Steps to Reproduce
terraform init
terraform apply
Additional Context
References
The text was updated successfully, but these errors were encountered: