-
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
Lots of whitespace since windows color codes are fixed #6323
Comments
Hi @JorritSalverda! I must admit I had never tested this in Cygwin, and it's quite likely that it was already correctly interpreting the standard ASCII terminal codes. Can you confirm whether this also happens using a normal command prompt (or Powershell) as well? |
As an additional diagnostic step - can you verify whether the same whitepsace occurs if you specify the |
I am experiencing the same issue with cmder(https://github.com/cmderdev/cmder) which is based on ConEmu. |
I believe the issue was introduced by this pull request: #5718 |
Hi all! Sorry for the long silence here. I've been trying to reproduce this in various scenarios on Windows but have been unable to. Can someone confirm that this is still occurring on Terraform 0.9? If you're still seeing it, it would help to know what version of Windows you are running... I only have Windows 10 available to test with right now. |
While I was working recently on another Windows-specific Terraform issue I wasn't able to reproduce the problem of text being displayed the same color as the background, at least in the default command prompt with a black background. I'm going to close this out, since it appears that it got fixed somewhere along the line. Please let me know if anyone is still seeing this issue on recent versions of Terraform (0.9 or above) and is willing to help me try to reproduce this. |
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. |
Since color codes in the output have been fixed for windows - not sure if related - after each "Creating..." line in the output 10-20 lines of whitespace are outputted. I'm running the terraform commands from the cygwin bash prompt included in https://chocolatey.org/packages/git.install.
Terraform Version
Terraform v0.6.15
Affected Resource(s)
google_compute_instance
template_file.development
Expected Behavior
At most a single whitespace line should be added.
Actual Behavior
More than 10 whitespace lines are added between console output log messages.
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: