tfcmt

Notify terraform command execution results to GitHub/GitLab

brewmacoslinux
Try with needOr install directly
Source

About

Notify the execution result of terraform command

Commands

tfcmt

Examples

Post terraform plan output as a GitHub PR comment$ tfcmt plan -var-file=tfplan.json
Notify apply result with custom template$ tfcmt apply -var-file=tfapply.json -template='Applied: {{.TerraformCommandOutput}}'
Post destroy operation result to GitLab$ tfcmt destroy -var-file=tfdestroy.json