GetTerminus / terraform-pr-commenter

A GitHub Action that adds opinionated comments to a PR from Terraform fmt/init/plan output
MIT License
28 stars 17 forks source link

Use intermediate file #1

Closed jcogilvie closed 2 years ago

jcogilvie commented 2 years ago

Work around 64k character limit in docker/bash commands by, in the case of a plan, taking a plan file as an input and internally doing a terraform show.

Not fixed yet: split into multiple comments to work around github comment 64k limit.