Encountering the same issue as described here on large terraform statefile plans:
Computing terraform graph... Error while running 'terraform show -json': RangeError [ERR_CHILD_PROCESS_STDIO_MAXBUFFER]: stdout maxBuffer length exceeded
I am using version 1.1.49. For smaller plan.out there are no issues
After building docker image with increased maxBuffer inkdrop works as expected on larger plans
Encountering the same issue as described here on large terraform statefile plans:
Computing terraform graph... Error while running 'terraform show -json': RangeError [ERR_CHILD_PROCESS_STDIO_MAXBUFFER]: stdout maxBuffer length exceededI am using version 1.1.49. For smaller
plan.outthere are no issuesAfter building docker image with increased
maxBufferinkdrop works as expected on larger plans