jalcock501/Terraform Diff Summary
Writes a compact Terraform plan summary to the GitHub Step Summary.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| plan-json-path | Path to terraform show -json output | yes | — |
| version-tag-name | Legacy single tag key to ignore when detecting tag-only changes | no | Version |
| ignored-tag-names | Comma-separated tag keys to ignore for tag-only changes | no | "" |
| filter-tag-only-changes | Whether to hide updates that only change ignored tag keys | no | true |
| max-changed-fields | Max changed field paths shown per resource | no | 8 |
| summary-title | Markdown heading text for the generated summary | no | Terraform plan summary |
| fail-on-destroy | Fail the action when visible delete changes are present | no | false |
| fail-on-replace | Fail the action when visible replacement changes are present | no | false |
| summary-output-path | Optional path to also append the generated Markdown summary | no | "" |
| comment-on-pr | Whether to create or update a pull request comment | no | false |
| comment-title | Heading used to identify and update the pull request comment | no | Terraform diff summary |
Outputs
no outputs