jason-johnson / azure-pipelines-tasks-terraform

Azure Pipelines extension for Terraform
MIT License
124 stars 52 forks source link

Support for command Force-unlock" is not implemented #274

Closed maddingo closed 1 year ago

maddingo commented 2 years ago

The documetnation states that force-unlock is supported. When running version 0.7.8 I get the following error:

[error]Error: Support for command "force-unlock" is not implemented

oloktyev commented 2 years ago

I guess the actuall command is 'forceunlock' and not 'force-unlock'. Here is an example how to use it:

maddingo commented 2 years ago

Thanks @oloktyev. Then I guess the documentation has to be updated.

jason-johnson commented 2 years ago

Will merge the PR as soon as I have everything set up from the project transfer