mercari / tfnotify

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

add sprig functions for go template #92

Open Wing924 opened 3 years ago

Wing924 commented 3 years ago

WHAT

Add many useful functions for go template.

https://github.com/Masterminds/sprig

WHY

The current template function is very limited. It's hard to customize the output.

Oded-B commented 3 years ago

https://github.com/mercari/tfnotify/pull/81 :)