website: clean up `terraform destroy` output example (#20099)

This commit is contained in:
Nathan Dataguake Basanese 2019-03-20 16:15:30 -07:00 committed by Nick Fagerlund
parent 2632ccc5d3
commit 32daeec29d
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ been removed from the configuration.
$ terraform destroy
# ...
- aws_instance.example
- aws_instance.example
```
The `-` prefix indicates that the instance will be destroyed. As with apply,
@ -41,7 +41,7 @@ Answer `yes` to execute this plan and destroy the infrastructure:
# ...
aws_instance.example: Destroying...
Apply complete! Resources: 0 added, 0 changed, 1 destroyed.
Destroy complete! Resources: 1 destroyed.
# ...
```