mercari / tfnotify

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

Support Terraform `0.15` or later #105

Closed KeisukeYamashita closed 2 years ago

KeisukeYamashita commented 2 years ago

WHAT

I have supported Terraform version >= 0.15

WHY

For https://github.com/mercari/tfnotify/issues/104. Because tfnotify can't parse failure messages from 0.15, we can't use it. Thus, this PR aims to support it.