coquer/Terragrunt Plan Parser
Parses terragrunt run-all plan output into a clean summary table and optional PR comment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 19, 2026
- License
- Public domain
Pinned Snippet
uses: coquer/terragrunt-plan@87c2f6167f0f88f87113070be1dcb5201d7fb433 # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| log_file | Path to file containing the full terragrunt run-all plan output | yes | — |
| token | GitHub token — required for PR comment mode | no | "" |
| mode | Output mode: summary (step summary only), comment (PR comment only), both | no | both |
Outputs
| name | description |
|---|---|
| has_changes | "true" if any module has changes, "false" otherwise |
| changes_json | JSON array: [{ "module": "...", "toAdd": 0, "toChange": 1, "toDestroy": 0 }] |