azure-pipelines-tasks-terraform icon indicating copy to clipboard operation
azure-pipelines-tasks-terraform copied to clipboard

Support for command Force-unlock" is not implemented

Open maddingo opened this issue 3 years ago • 3 comments

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

maddingo avatar Jun 16 '22 14:06 maddingo

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

  • task: TerraformCLI@0 displayName: 'Run terraform force-unlock' inputs: command: forceunlock lockID: 'b32e34a4-5cdc-7832-7e6e-926005ccad65'

oloktyev avatar Jun 20 '22 16:06 oloktyev

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

maddingo avatar Jun 22 '22 05:06 maddingo

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

jason-johnson avatar Aug 10 '22 20:08 jason-johnson