Issue Summary
Command one terraform force-unlock does not recognize LOCK_ID or -force argument
Steps to Reproduce the Problem
- First authenticate to acquire any terraform state
- Type
one auth gsuite and assume an admin role one dnx-assume
- Secondly initiate your stack of AWS resources example:
one terraform init --workspace nonprod-ap-southeast-2-dev
- You can find your
LOCK_ID running a terraform plan: one terraform plan --workspace nonprod-ap-southeast-2-dev
- Once you obtained the
LOCK_ID run one terraform force-unlock 999cb9bae-999-9h9b-c9k9-99999l99k99
The following error message will appear:
Setting workspace to nonprod-ap-southeast-2-dev
unlock requires a lock id argument
Usage: terraform force-unlock LOCK_ID [DIR]
Manually unlock the state for the defined configuration.
This will not modify your infrastructure. This command removes the lock on the
state for the current workspace. The behavior of this lock is dependent
on the backend being used. Local state files cannot be unlocked by another
process.
Options:
-force Don't ask for input for unlock confirmation.
- Trying with
--force argument:
one terraform force-unlock -force 999cb9bae-999-9h9b-c9k9-99999l99k99
Usage: one terraform force-unlock [OPTIONS] LOCK_ID
Try 'one terraform force-unlock --help' for help.
Error: no such option: -f
Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead?
Specifications
- Version: Run
one --version
Latest
one, version 0.7.2
- Platform: (macOS / linux)
macOS Big Sur Version 11.3.1
- Installation method: (Binary / PyPI)
PyPI
Issue Summary
Command
one terraform force-unlockdoes not recognizeLOCK_IDor-forceargumentSteps to Reproduce the Problem
one auth gsuiteand assume an admin roleone dnx-assumeone terraform init --workspace nonprod-ap-southeast-2-devLOCK_IDrunning a terraform plan:one terraform plan --workspace nonprod-ap-southeast-2-devLOCK_IDrunone terraform force-unlock 999cb9bae-999-9h9b-c9k9-99999l99k99The following error message will appear:
--forceargument:Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead?
Specifications
one --versionLatest
one, version 0.7.2macOS Big Sur Version 11.3.1PyPI