When using remote execution mode with VCS workflow, terraform run from local potentially returns truncated plan/apply output if the output is longer than roughly ~3000 characters (?)
Steps to reproduce
create a VCS workspace with remote execution mode
Set up terrafrom to talk to the above VCS workspace
Bug description 🐞
When using remote execution mode with VCS workflow, terraform run from local potentially returns truncated plan/apply output if the output is longer than roughly ~3000 characters (?)
Steps to reproduce
Expected behavior
Log printed in full without truncation.
Example repository
No response
Anything else?
No response