shetsu01/Terragrunt Summary
Creates a Terragrunt summary for RSG GitHub Workflows.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token to use for authentication. | yes | — |
| debug | If debug mode. | no | false |
| comment_key | Comment key to allow locating a specific comment. | no | _ |
| title | Summary title. | yes | — |
| init_outcome | The outcome of init, this must be provided. | yes | — |
| format_outcome | The outcome of format, if not provided this will be ommited from the summary. | no | "" |
| validate_outcome | The outcome of validate, if not provided this will be ommited from the summary. | no | "" |
| tflint_outcome | The outcome of tflin, if not provided this will be ommited from the summaryt. | no | "" |
| tfsec_outcome | The outcome of tfsec, if not provided this will be ommited from the summary. | no | "" |
| plan_outcome | The outcome of plan, if not provided this will be ommited from the summary. | no | "" |
| plan_output_path | The path to the plan output. | no | "" |
| apply_outcome | The outcome of apply, if not provided this will be ommited from the summary. | no | "" |
| apply_output_path | The path to the apply output. | no | "" |
| destroy_outcome | The outcome of destroy, if not provided this will be ommited from the summary. | no | "" |
| destroy_output_path | The path to the destroy output. | no | "" |
| write_workflow_summary | If the workflow summary should be written. | no | true |
| pr_number | ID of a pull request to add this summary as a comment to; this will be ignored if comment_id is provided. | no | "" |
| comment_id | ID of a comment to replace the body with this summary; this takes precidence over pr_number. | no | "" |
| checkov_scan | Result of the checkov scan that runs on the terragrunt plan. | no | "" |
| checkov_scan_result | Path to the checkov scan results. | no | "" |
| working_directory | terragrunt working directory. | no | "" |
Outputs
no outputs