hashicorp / terraform-exec

Terraform CLI commands via Go.
https://pkg.go.dev/github.com/hashicorp/terraform-exec
Mozilla Public License 2.0
662 stars 112 forks source link

Does this library provide a way to gracefully shutdown #389

Open FLAGLORD opened 1 year ago

FLAGLORD commented 1 year ago

If I use terraform cli and kill a running terraform task, it will gracefully shutdown. If I use this library to invoke terraform and cancel it, will it behave the same way? If not, is there any trick?