ahmadnassri / action-terraform-report

Updates Pull Requests with visual diff of Terraform Plan changes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cant handle large deltas - >= 65k

thomas-edt opened this issue · comments

There is a limit on the github api where if the terraform delta is over 65k chars, that the Github api cant handle the comment request.

It would be amazing if this action could trim the plan to be within the limiit and indicate in the comment that its been truncated.

there are definitely limits!

do you have both show-diff & show-plan set to true?

try by only enabling one of them at a time ...

It would be amazing if this action could trim the plan to be within the limit and indicate in the comment that its been truncated.

I guess that could be done, PRs welcome

no, just the default

Hi folks, I'm also getting the same error, is there any workaround in the meantime?
Thanks!

this is now resolved with v4.1.0