champ-oss/terraform-pr-summary
Parses a Terraform plan file and adds a summary to a pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Feb 25, 2025
- License
- Public domain
Pinned Snippet
uses: champ-oss/terraform-pr-summary@2c64644f8f7582fb700ea7e3221f3649ed6d6afd # v2.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub Token or PAT | — | ${{ github.token }} |
| working-directory | Directory to run the action from | — | . |
| plan-file | Terraform plan file | yes | — |
| identifier | Custom identifier for Terraform (ex: tfvars name) | — | "" |
| output-file | Name of the file to write the summary | — | terraform-pr-summary.txt |
Outputs
no outputs