yvrhdn / tfe-run

The glue between GitHub Actions and Terraform Cloud
MIT License
29 stars 5 forks source link

Retriable errors #24

Open dkirrane opened 3 years ago

dkirrane commented 3 years ago

With a couple of Terraform providers we hit some transient errors which can be addressed by simply retrying the workspace run again.

Would it be possible to add a way to specify retriable errors to the action?

Similar to Terragrunt https://terragrunt.gruntwork.io/docs/features/auto-retry/