Fix what needs to be on the command line.

The information wasn't shown unless I put the path in directly.
This commit is contained in:
darron froese 2014-07-28 11:48:11 -07:00
parent 1242cdb9df
commit 1df50620d2
1 changed files with 2 additions and 2 deletions

View File

@ -170,10 +170,10 @@ what it is managing. This file must be saved and distributed
to anyone who might run Terraform. We recommend simply putting it
into version control, since it generally isn't too large.
You can inspect the state using `terraform show`:
You can inspect the state using `terraform show terraform.tfstate`:
```
$ terraform show
$ terraform show terraform.tfstate
aws_instance.example:
id = i-e60900cd
ami = ami-408c7f28