2019-03-22 22:04:59 +01:00
|
|
|
---
|
|
|
|
layout: "commands-workspace"
|
|
|
|
page_title: "Command: workspace show"
|
2019-03-22 23:06:53 +01:00
|
|
|
sidebar_current: "docs-commands-workspace-sub-show"
|
2019-03-22 22:04:59 +01:00
|
|
|
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
|
|
|
|
```
|