You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exactly what it says in the title. It seems the terraform wrapper isn't forwarding signals properly so the lock is never unclaimed. So when you cancel a workflow the lockfile needs to be manually cleaned up.
Dozens of people in this thread trying to come up with workarounds. But I think it's a bug in this action.
Hey there @arianvp 👋🏻, had a look through that thread and I agree that should be something the wrapper could be adjusted to properly forward the signals. We do rely on the @actions/exec package for executing the terraform process, but looks like someone in the community was already looking at adding this passthrough to that package for use in setup-terraform:
Exactly what it says in the title. It seems the
terraform
wrapper isn't forwarding signals properly so the lock is never unclaimed. So when you cancel a workflow the lockfile needs to be manually cleaned up.Dozens of people in this thread trying to come up with workarounds. But I think it's a bug in this action.
https://github.com/orgs/community/discussions/26311
The text was updated successfully, but these errors were encountered: