visable-dev/Terragrunt report checks

Visualizes multiple terraform plan via status checks after `terragrunt run --all plan` run

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGitHub token used to interact with GitHub API.no${{ github.token }}
diff_file_suffixSuffix 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_pathPath used to search for diff files.no${{ github.workspace }}
pretty_name_regexRegex 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_separatorSeparator used to create status check name. Only used if `pretty_name_regex` is set.no/
no_diff_conclusionUse this conclusion when no diff is found. Choose from `success` or `failure`.nofailure

no outputs