Create commands/workspace/show.html.md (#18355)

Add documentation for `terraform workspace show` command
This commit is contained in:
Guillaume Dupin 2019-03-22 22:04:59 +01:00 committed by Nick Fagerlund
parent c06674bac7
commit 4b8d11e2de
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
---
layout: "commands-workspace"
page_title: "Command: workspace show"
sidebar_current: "docs-workspace-sub-show"
description: |-
The terraform workspace show command is used to output the current workspace.
---
# Command: workspace show
The `terraform workspace show` command is used to output the current workspace.
## Usage
Usage: `terraform workspace show`
The command will display the current workspace.
## Example
```
$ terraform workspace show
development
```