© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Jenna's Runbooks
Writing about topics such as Multi-Cloud Infrastructure, Security, DevOps, Networking, and Automation on AWS, Azure, and GCP
This article was originally published in November 2022 on my GitHub io blog here Purpose After working with GitHub Actions as my Terraform CI pipeline over the past year, I started looking for potential methods to clean up the Plan outputs displaye...
Diego Diaz Espinoza
Senior Data-Platform Engineer
For the very large plan problem you can split the output into chunks (max size) then loop over the chunks making one comment per chunk
Great tip, Diego Diaz Espinoza, thank you for sharing!
Diego Diaz Espinoza
Senior Data-Platform Engineer
For the very large plan problem you can split the output into chunks (max size) then loop over the chunks making one comment per chunk