blob: c6063f22fddc244ec28550de461f54c92147e430 [file] [log] [blame]
---
page_title: 'Command: workspace 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
```