switch phrasing
This commit is contained in:
parent
08515edc43
commit
3d51bae4b2
|
@ -121,7 +121,7 @@ func (c *ApplyCommand) Run(args []string) int {
|
||||||
v, err := c.UIInput().Input(&terraform.InputOpts{
|
v, err := c.UIInput().Input(&terraform.InputOpts{
|
||||||
Id: "destroy",
|
Id: "destroy",
|
||||||
Query: "Do you really want to destroy?",
|
Query: "Do you really want to destroy?",
|
||||||
Description: "Terraform will delete all your Terraform-managed infrastructure.\n" +
|
Description: "Terraform will delete all your managed infrastructure.\n" +
|
||||||
"There is no undo. Only 'yes' will be accepted to confirm.",
|
"There is no undo. Only 'yes' will be accepted to confirm.",
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue