visable-dev/Terragrunt report checks
Visualizes multiple terraform plan via status checks after `terragrunt run --all plan` run
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token used to interact with GitHub API. | no | ${{ github.token }} |
| diff_file_suffix | Suffix of the diff output files. Whole `search_path` will be scanned for such files. Please refer to the README of this project to see how to create these diff files. | no | .diff |
| search_path | Path used to search for diff files. | no | ${{ github.workspace }} |
| pretty_name_regex | Regex to prettify the name used for status checks. Will be applied on filename of every found diff file. Included capture groups will be joined with `pretty_name_separator` and used as name of status check. If not present or not groups matched, the path to the diff file will be used. | no | — |
| pretty_name_separator | Separator used to create status check name. Only used if `pretty_name_regex` is set. | no | / |
| no_diff_conclusion | Use this conclusion when no diff is found. Choose from `success` or `failure`. | no | failure |
Outputs
no outputs