Skip to content

Commit

Permalink
backport of commit d3b31e4 (#32370)
Browse files Browse the repository at this point in the history
Co-authored-by: Conor Evans <coevans@tcd.ie>
  • Loading branch information
teamterraform and conorevans committed Dec 9, 2022
1 parent d5250fb commit 64b7e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/command/unlock.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 64b7e08

Please sign in to comment.