mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
fix(unlock): amend force-unlock description (#32363)
Signed-off-by: Conor Evans <coevans@tcd.ie> Signed-off-by: Conor Evans <coevans@tcd.ie>
This commit is contained in:
parent
b2f6813341
commit
e206d4e83e
@ -88,7 +88,7 @@ func (c *UnlockCommand) Run(args []string) int {
|
||||
|
||||
desc := "Terraform will remove the lock on the remote state.\n" +
|
||||
"This will allow local Terraform commands to modify this state, even though it\n" +
|
||||
"may be still be in use. Only 'yes' will be accepted to confirm."
|
||||
"may still be in use. Only 'yes' will be accepted to confirm."
|
||||
|
||||
v, err := c.UIInput().Input(context.Background(), &terraform.InputOpts{
|
||||
Id: "force-unlock",
|
||||
|
Loading…
Reference in New Issue
Block a user