coquer/Terragrunt Plan Parser

Parses terragrunt run-all plan output into a clean summary table and optional PR comment

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 19, 2026
License
Public domain

Pinned Snippet

workflow.ymlSHA-pinned
uses: coquer/terragrunt-plan@87c2f6167f0f88f87113070be1dcb5201d7fb433 # v1.0.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
log_filePath to file containing the full terragrunt run-all plan outputyes
tokenGitHub token — required for PR comment modeno""
modeOutput mode: summary (step summary only), comment (PR comment only), bothnoboth
namedescription
has_changes"true" if any module has changes, "false" otherwise
changes_jsonJSON array: [{ "module": "...", "toAdd": 0, "toChange": 1, "toDestroy": 0 }]