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",