terraform/website/source/docs/commands/output.html.markdown

25 lines
657 B
Markdown
Raw Normal View History

2014-07-25 00:44:10 +02:00
---
layout: "docs"
page_title: "Command: output"
sidebar_current: "docs-commands-output"
2014-10-22 05:21:56 +02:00
description: |-
The `terraform output` command is used to extract the value of an output variable from the state file.
2014-07-25 00:44:10 +02:00
---
# Command: output
The `terraform output` command is used to extract the value of
an output variable from the state file.
## Usage
Usage: `terraform output [options] NAME`
2014-11-21 08:00:02 +01:00
By default, `output` requires only a variable name and looks in the
2014-07-25 00:44:10 +02:00
current directory for the state file to query.
The command-line flags are all optional. The list of available flags are:
* `-state=path` - Path to the state file. Defaults to "terraform.tfstate".