fixed typo on terraform destroy

This commit is contained in:
Panagiotis Moustafellos 2014-10-15 11:17:56 +03:00
parent 40ec61685c
commit 08515edc43
1 changed files with 1 additions and 1 deletions

View File

@ -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 {