mercari / tfnotify

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

Fix error parse regex char for Terraform >= 0.15 #107

Closed KeisukeYamashita closed 2 years ago

KeisukeYamashita commented 2 years ago

WHY

Because the Terraform (https://github.com/hashicorp/terraform/blob/f9603d3b14f367f81d8fb7fd3e22c8c78fc4e436/internal/command/format/diagnostic.go#L54-L65) used the (U+2502 Box Drawing Light Vertical Unicode Character) instead of | (U+007C vertical bar )🙇