From 1df50620d2c3de0e4c26a51056f2979214ebc4bf Mon Sep 17 00:00:00 2001 From: darron froese Date: Mon, 28 Jul 2014 11:48:11 -0700 Subject: [PATCH] Fix what needs to be on the command line. The information wasn't shown unless I put the path in directly. --- website/source/intro/getting-started/build.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/intro/getting-started/build.html.md b/website/source/intro/getting-started/build.html.md index 1135391fd..1c84a2077 100644 --- a/website/source/intro/getting-started/build.html.md +++ b/website/source/intro/getting-started/build.html.md @@ -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