-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Description
Expected Behaviour
Useful for cases where the tf states are stored remotely (ie. in an S3 bucket) with DynamoDB locking. If something happens (eg. credentials expire, terraform crashes), it would be useful to have a way to remove the lock that was acquired. Currently, this can only be done manually, by going to DynamoDB and removing the entry (the lock). However, terraform has a command to remove the lock. We should add it in ops as well.
ops mycluster.yaml terraform force-unlock <LOCK_ID> should work.
https://www.terraform.io/docs/commands/force-unlock.html
Actual Behaviour
Not implemented yet.
Platform and Version
v0.23
Metadata
Metadata
Assignees
Labels
No labels