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:
Conor Evans 2022-12-09 16:15:27 +00:00 committed by GitHub
parent b2f6813341
commit e206d4e83e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,7 @@ func (c *UnlockCommand) Run(args []string) int {
desc := "Terraform will remove the lock on the remote state.\n" + 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" + "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{ v, err := c.UIInput().Input(context.Background(), &terraform.InputOpts{
Id: "force-unlock", Id: "force-unlock",