github.com/bengesoff/terraform@v0.3.1-0.20141018223233-b25a53629922/website/source/docs/commands/show.html.markdown (about) 1 --- 2 layout: "docs" 3 page_title: "Command: show" 4 sidebar_current: "docs-commands-show" 5 --- 6 7 # Command: show 8 9 The `terraform show` command is used to provide human-readable output 10 from a state or plan file. This can be used to inspect a plan to ensure 11 that the planned operations are expected, or to inspect the current state 12 as terraform sees it. 13 14 ## Usage 15 16 Usage: `terraform show [options] <path>` 17 18 You must call `show` with a path to either a Terraform state file or plan 19 file. 20 21 The command-line flags are all optional. The list of available flags are: 22 23 * `-no-color` - Disables output with coloring 24