terraform-github-actions icon indicating copy to clipboard operation
terraform-github-actions copied to clipboard

Terraform release lock command

Open noam-ma-ma opened this issue 2 years ago • 2 comments

Suggestion

Using automation tools to run terraform is great, but sometimes jobs get cancelled and leaves the lock in tf state.

It would be great to have an action release lock - giving the lock-id as input

noam-ma-ma avatar Apr 25 '22 18:04 noam-ma-ma

Interesting idea @noam-ma-ma. Where would you get the lock-id from?

dflook avatar Apr 25 '22 18:04 dflook

Running terraform plan/apply when lock exists prints the lock to the console: Screen Shot 2022-04-25 at 22 03 14

noam-ma-ma avatar Apr 25 '22 19:04 noam-ma-ma

The dflook/terraform-state-unlock action was added in v1.32.0

dflook avatar Jan 28 '23 13:01 dflook