Files
opentf/command
Jake Champlin 39e7f42490 Clear up destroy --target message
When destroying infrastructure with `--target`, print out which
infrastructure will be destroyed instead of saying `Terraform will
delete all your managed infrastructure`.

```
 terraform destroy --target aws_instance.test2 --target aws_instance.test1
Do you really want to destroy?
  Terraform will delete the following infrastructure:
        aws_instance.test2
        aws_instance.test1
  There is no undo. Only 'yes' will be accepted to confirm
```

Omitting `--target` arguments will use the default input description.

```
$ terraform destroy
Do you really want to destroy?
  Terraform will delete all your managed infrastructure.
  There is no undo. Only 'yes' will be accepted to confirm.
```
2015-11-11 12:04:58 -05:00
..
2015-09-11 11:56:20 -07:00
2015-11-11 12:04:58 -05:00
2015-04-29 13:07:13 -05:00
2014-07-03 12:01:20 -07:00
2015-10-08 15:48:04 +03:00
2015-09-13 14:40:36 -07:00
2015-06-22 13:14:01 +01:00
2015-07-22 14:09:23 +02:00
2015-02-23 15:13:56 -08:00
2015-09-11 11:56:20 -07:00
2015-08-14 12:02:32 +01:00
2015-09-11 11:56:20 -07:00
2015-09-11 11:56:20 -07:00
2015-09-11 11:56:20 -07:00
2015-06-22 13:14:01 +01:00
2015-06-22 13:14:01 +01:00
2015-06-22 13:14:01 +01:00
2015-09-11 11:56:20 -07:00
2015-02-26 10:56:45 -08:00
2015-02-26 14:30:02 -08:00
2014-09-29 14:00:35 -07:00
2014-05-24 12:04:43 -07:00