ahmadnassri/Terraform Pull Request Report Generator
Updates Pull Requests with visual diff of Terraform Plan changes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to post comments on pull requests | no | ${{ github.token }} |
| terraform-text | path to Terraform Plan text output file | yes | — |
| terraform-json | path to Terraform Plan JSON output file | yes | — |
| custom-header | custom header text for the github comment | no | — |
| custom-footer | custom footer text for the github comment | no | — |
| show-header | include header in the comment? | no | true |
| show-footer | include footer in the comment? | no | true |
| show-diff | include the diff view in the comment? | no | false |
| show-plan | include the terraform plan view in the comment? | no | true |
| remove-stale-reports | remove report comments for old commits? | no | true |
| show-no-changes | post a comment even when there are no changes in the terraform plan? | no | true |
Outputs
no outputs