actions-marketplace-validations/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 | "" |
| include-workflow-link | If true, include a link to the workflow in the comment | no | false |
| include-job-link | If true, include a link to the job run in the comment | no | false |
| quiet | Skips the comment if there are no changes | no | false |
| hide-previous-comments | Hides privious comments on the PR | no | false |
| log-changed-resources | Log the changed resources in action output | no | true |
| include-tag-only-resources | If true, include resources with only tag changes as a separate section | no | false |
| include-unchanged-resources | If true, include unchanged resources in the output | no | false |
Outputs
no outputs