You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/website/docs/commands/force-unlock.html.markdown

937 B

layout page_title sidebar_current description
docs Command: force-unlock docs-commands-force-unlock The `terraform force-unlock` manually unlocks the Terraform state

Command: force-unlock

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 configuration. The behavior of this lock is dependent on the backend being used. Local state files cannot be unlocked by another process.

Usage

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 configuration. 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.