mercari / tfnotify

A CLI command to parse Terraform execution result and notify it to GitHub
MIT License
619 stars 91 forks source link

feat: Support body from fmt command #122

Closed albertorm95 closed 1 year ago

albertorm95 commented 1 year ago

WHAT

Instead of just printing: "There is diff in your .tf file (need to be formatted)"

I'm sending the full body: image

WHY

We want to let the user know what the problem was.