headout/Terraform Change PR Commenter v2
Parse changes from Terraform Plan JSON and post them for PR review
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| json-file | File location for the Terraform Plan JSON file | no | tfplan.json |
| github-token | GitHub Token | no | ${{github.token}} |
| expand-comment | If true, expand the details comment by default | no | false |
| include-plan-job-summary | If true, add the results of the plan to the workflow job summary | no | false |
| comment-header | Header to use for the comment | no | Terraform Plan Changes |
| comment-footer | Footer to use for the comment | no | "" |
| header-file | File path to read header content from (overrides comment-header) | no | "" |
| footer-file | File path to read footer content from (overrides comment-footer) | no | "" |
| include-workflow-link | If true, include a link to the workflow in the comment | no | false |
| quiet | Skips the comment if there are no changes | no | false |
Outputs
no outputs