diff --git a/command/apply.go b/command/apply.go index 7ddc53002..f9c677f7f 100644 --- a/command/apply.go +++ b/command/apply.go @@ -121,7 +121,7 @@ func (c *ApplyCommand) Run(args []string) int { v, err := c.UIInput().Input(&terraform.InputOpts{ Id: "destroy", Query: "Do you really want to destroy?", - Description: "Terraform will delete all your manage infrastructure.\n" + + Description: "Terraform will delete all your Terraform-managed infrastructure.\n" + "There is no undo. Only 'yes' will be accepted to confirm.", }) if err != nil {