tfcmt

Post terraform command results as comments to pull requests

brewmacoslinux
Try with needOr install directly
Source

About

Notify the execution result of terraform command

Commands

tfcmt

Examples

post terraform plan output to a pull request$ tfcmt plan -- terraform plan
post terraform apply results to a pull request$ tfcmt apply -- terraform apply
post terraform destroy confirmation to a pull request$ tfcmt destroy -- terraform destroy
hide terraform output in collapsible comment section$ tfcmt plan -hide-output -- terraform plan
add custom message before terraform command output$ tfcmt plan -title 'Infrastructure Changes' -- terraform plan