From e206d4e83e88baf92a89085f8cbe763765d01d95 Mon Sep 17 00:00:00 2001 From: Conor Evans <43791257+conorevans@users.noreply.github.com> Date: Fri, 9 Dec 2022 16:15:27 +0000 Subject: [PATCH] fix(unlock): amend force-unlock description (#32363) Signed-off-by: Conor Evans Signed-off-by: Conor Evans --- internal/command/unlock.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/command/unlock.go b/internal/command/unlock.go index 1b09b28863..1cb915e065 100644 --- a/internal/command/unlock.go +++ b/internal/command/unlock.go @@ -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",