Merge pull request #411 from pmoust/patch-1
fixed typo on terraform destroy
This commit is contained in:
commit
bfed1eda1a
|
@ -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 manage 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